Class OntologyFactoryObjectImpl
- java.lang.Object
-
- de.uni_trier.wi2.procake.utils.composition.FactoryObjectImplementation
-
- de.uni_trier.wi2.procake.utils.ontology.OntologyFactoryObjectImpl
-
- All Implemented Interfaces:
OntologyFactoryObject
public class OntologyFactoryObjectImpl extends FactoryObjectImplementation implements OntologyFactoryObject
-
-
Field Summary
Fields Modifier and Type Field Description ParameterONTOLOGY_NAMEParameterONTOLOGY_PATHParameterONTOLOGY_PATH_BACKUP
-
Constructor Summary
Constructors Constructor Description OntologyFactoryObjectImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OntologygetOntology()StringgetOntologyName()StringgetOntologyPath()StringgetOntologyPathBackup()List<Parameter>getParameters()voidpostInit()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
-
-
-
-
Method Detail
-
getOntologyName
public String getOntologyName()
- Specified by:
getOntologyNamein interfaceOntologyFactoryObject
-
getOntologyPath
public String getOntologyPath()
- Specified by:
getOntologyPathin interfaceOntologyFactoryObject
-
getOntologyPathBackup
public String getOntologyPathBackup()
- Specified by:
getOntologyPathBackupin interfaceOntologyFactoryObject
-
getOntology
public Ontology getOntology()
- Specified by:
getOntologyin interfaceOntologyFactoryObject
-
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.
-
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.
-
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
-
-