de.tudresden.inf.lat.jcel.coreontology.datatype
Interface IntegerDatatype

All Known Subinterfaces:
IntegerAxiom, NormalizedIntegerAxiom
All Known Implementing Classes:
FunctObjectPropAxiom, GCI0Axiom, GCI1Axiom, GCI2Axiom, GCI3Axiom, NominalAxiom, RangeAxiom, RI1Axiom, RI2Axiom, RI3Axiom

public interface IntegerDatatype

An object implementing this interface is an object used for data types based on integer numbers.

Author:
Julian Mendez

Method Summary
 Set<Integer> getClassesInSignature()
          Returns the classes in the signature.
 Set<Integer> getDataPropertiesInSignature()
          Returns the data properties in the signature.
 Set<Integer> getDatatypesInSignature()
          Returns the data types in the signature.
 Set<Integer> getIndividualsInSignature()
          Returns the individuals in the signature.
 Set<Integer> getObjectPropertiesInSignature()
          Returns the object properties in the signature.
 

Method Detail

getClassesInSignature

Set<Integer> getClassesInSignature()
Returns the classes in the signature.

Returns:
the classes in the signature.

getDataPropertiesInSignature

Set<Integer> getDataPropertiesInSignature()
Returns the data properties in the signature.

Returns:
the data properties in the signature.

getDatatypesInSignature

Set<Integer> getDatatypesInSignature()
Returns the data types in the signature.

Returns:
the data types in the signature.

getIndividualsInSignature

Set<Integer> getIndividualsInSignature()
Returns the individuals in the signature.

Returns:
the individuals in the signature.

getObjectPropertiesInSignature

Set<Integer> getObjectPropertiesInSignature()
Returns the object properties in the signature.

Returns:
the object properties in the signature.


Copyright © 2012. All Rights Reserved.