de.tudresden.inf.lat.jcel.ontology.axiom.extension
Interface IntegerOntologyObjectFactory

All Known Implementing Classes:
IntegerOntologyObjectFactoryImpl

public interface IntegerOntologyObjectFactory

An object implementing this interface can create all the objects in an ontology.

Author:
Julian Mendez

Method Summary
 ComplexIntegerAxiomFactory getComplexAxiomFactory()
          Returns the complex axiom factory.
 IntegerDataTypeFactory getDataTypeFactory()
          Returns the data type factory.
 de.tudresden.inf.lat.jcel.coreontology.datatype.IntegerEntityManager getEntityManager()
          Returns the identifier generator.
 de.tudresden.inf.lat.jcel.coreontology.axiom.NormalizedIntegerAxiomFactory getNormalizedAxiomFactory()
          Returns the normalized axiom factory.
 

Method Detail

getComplexAxiomFactory

ComplexIntegerAxiomFactory getComplexAxiomFactory()
Returns the complex axiom factory.

Returns:
the complex axiom factory

getDataTypeFactory

IntegerDataTypeFactory getDataTypeFactory()
Returns the data type factory.

Returns:
the data type factory

getEntityManager

de.tudresden.inf.lat.jcel.coreontology.datatype.IntegerEntityManager getEntityManager()
Returns the identifier generator.

Returns:
the identifier generator

getNormalizedAxiomFactory

de.tudresden.inf.lat.jcel.coreontology.axiom.NormalizedIntegerAxiomFactory getNormalizedAxiomFactory()
Returns the normalized axiom factory.

Returns:
the normalized axiom factory


Copyright © 2012. All Rights Reserved.