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 ParameterCONFIG_FILENAME
-
Constructor Summary
Constructors Constructor Description TransformationConfigFactoryObjectImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Parameter>getParameters()AttributePathnewAttributePath()TransformationConfignewInstance()Creates a new TransformationConfig-object for the FactoryvoidpostInit()Called after all factories are initialized withFactoryObjectImplementation.preInit(AbstractParameter[])and bind to the factory.voidpreInit(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:TransformationConfigFactoryObjectCreates a new TransformationConfig-object for the Factory- Specified by:
newInstancein interfaceTransformationConfigFactoryObject- Returns:
-
getParameters
public List<Parameter> getParameters()
- Specified by:
getParametersin 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:FactoryObjectImplementationCalled after all factories are initialized withFactoryObjectImplementation.preInit(AbstractParameter[])and bind to the factory.- Specified by:
postInitin classFactoryObjectImplementation
-
preInit
public void preInit(AbstractParameter[] parameters)
Description copied from class:FactoryObjectImplementationCalled directly after creating the implementation.- Specified by:
preInitin classFactoryObjectImplementation- Parameters:
parameters- The parameters to initialize the implementation.
-
-