de.tudresden.inf.lat.jcel.ontology.axiom.extension
Class IntegerOntologyObjectFactoryImpl

java.lang.Object
  extended by de.tudresden.inf.lat.jcel.ontology.axiom.extension.IntegerOntologyObjectFactoryImpl
All Implemented Interfaces:
IntegerOntologyObjectFactory

public class IntegerOntologyObjectFactoryImpl
extends Object
implements IntegerOntologyObjectFactory

An object of this class can create all the objects in an ontology.

Author:
Julian Mendez

Constructor Summary
IntegerOntologyObjectFactoryImpl()
          Constructs a new ontology object factory.
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerOntologyObjectFactoryImpl

public IntegerOntologyObjectFactoryImpl()
Constructs a new ontology object factory.

Method Detail

getComplexAxiomFactory

public ComplexIntegerAxiomFactory getComplexAxiomFactory()
Description copied from interface: IntegerOntologyObjectFactory
Returns the complex axiom factory.

Specified by:
getComplexAxiomFactory in interface IntegerOntologyObjectFactory
Returns:
the complex axiom factory

getDataTypeFactory

public IntegerDataTypeFactory getDataTypeFactory()
Description copied from interface: IntegerOntologyObjectFactory
Returns the data type factory.

Specified by:
getDataTypeFactory in interface IntegerOntologyObjectFactory
Returns:
the data type factory

getEntityManager

public de.tudresden.inf.lat.jcel.coreontology.datatype.IntegerEntityManager getEntityManager()
Description copied from interface: IntegerOntologyObjectFactory
Returns the identifier generator.

Specified by:
getEntityManager in interface IntegerOntologyObjectFactory
Returns:
the identifier generator

getNormalizedAxiomFactory

public de.tudresden.inf.lat.jcel.coreontology.axiom.NormalizedIntegerAxiomFactory getNormalizedAxiomFactory()
Description copied from interface: IntegerOntologyObjectFactory
Returns the normalized axiom factory.

Specified by:
getNormalizedAxiomFactory in interface IntegerOntologyObjectFactory
Returns:
the normalized axiom factory


Copyright © 2012. All Rights Reserved.