Class TransformationConfigFactoryObjectImpl
- java.lang.Object
-
- de.uni_trier.wi2.procake.utils.composition.FactoryObjectImplementation
-
- de.uni_trier.wi2.procake.data.object.transformation.TransformationConfigFactoryObjectImpl
-
- All Implemented Interfaces:
TransformationConfigFactoryObject
public class TransformationConfigFactoryObjectImpl extends FactoryObjectImplementation implements TransformationConfigFactoryObject
Actual instantiated object from the composition.xml, which contains the configuration for the TransformationConfig-Factory.- Author:
- Alexander Stromer
-
-
Field Summary
Fields Modifier and Type Field Description static Parameter
CONFIG_FILENAME
-
Constructor Summary
Constructors Constructor Description TransformationConfigFactoryObjectImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Parameter>
getParameters()
AttributePath
newAttributePath()
TransformationConfig
newInstance()
Creates a new TransformationConfig-object for the Factoryvoid
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 Detail
-
CONFIG_FILENAME
public static final Parameter CONFIG_FILENAME
-
-
Method Detail
-
newInstance
public TransformationConfig newInstance()
Description copied from interface:TransformationConfigFactoryObject
Creates a new TransformationConfig-object for the Factory- Specified by:
newInstance
in interfaceTransformationConfigFactoryObject
- Returns:
-
getParameters
public List<Parameter> 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
public AttributePath newAttributePath()
-
postInit
public void postInit()
Description copied from class:FactoryObjectImplementation
Called after all factories are initialized withFactoryObjectImplementation.preInit(AbstractParameter[])
and bind to the factory.- Specified by:
postInit
in classFactoryObjectImplementation
-
preInit
public void preInit(AbstractParameter[] parameters)
Description copied from class:FactoryObjectImplementation
Called directly after creating the implementation.- Specified by:
preInit
in classFactoryObjectImplementation
- Parameters:
parameters
- The parameters to initialize the implementation.
-
-