Class ModelFactoryObjectImpl
java.lang.Object
de.uni_trier.wi2.procake.utils.composition.FactoryObjectImplementation
de.uni_trier.wi2.procake.data.model.impl.ModelFactoryObjectImpl
- All Implemented Interfaces:
ModelFactoryObject
public class ModelFactoryObjectImpl
extends FactoryObjectImplementation
implements ModelFactoryObject
Description is missing
- Author:
- Rainer Maximini
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetModel()
void
postInit()
Called after all factories are initialized withFactoryObjectImplementation.preInit(AbstractParameter[])
and bind to the factory.void
preInit
(AbstractParameter[] parameters) Called directly after creating the implementation.Methods inherited from class de.uni_trier.wi2.procake.utils.composition.FactoryObjectImplementation
getParameter, initParametersBasedOn
-
Field Details
-
MODEL_NAME
-
MODEL_PATH
-
-
Constructor Details
-
ModelFactoryObjectImpl
public ModelFactoryObjectImpl()Constructor for ModelFactoryObjectImpl.
-
-
Method Details
-
getModelName
- Specified by:
getModelName
in interfaceModelFactoryObject
-
getModelPath
- Specified by:
getModelPath
in interfaceModelFactoryObject
-
getModel
- Specified by:
getModel
in interfaceModelFactoryObject
-
getParameters
- Specified by:
getParameters
in classFactoryObjectImplementation
- Returns:
- Returns a list of available parameters in the implementation. This method can be called
without initialization and is never
null
.
-
newAttributePath
- Specified by:
newAttributePath
in interfaceModelFactoryObject
-
postInit
public void postInit()Called after all factories are initialized withFactoryObjectImplementation.preInit(AbstractParameter[])
and bind to the factory.- Specified by:
postInit
in classFactoryObjectImplementation
-
preInit
Called directly after creating the implementation.- Specified by:
preInit
in classFactoryObjectImplementation
- Parameters:
parameters
- The parameters to initialize the implementation.
-