Uses of Class
de.tudresden.inf.lat.jcel.ontology.datatype.IntegerClass

Packages that use IntegerClass
de.tudresden.inf.lat.jcel.ontology.datatype
Provides interfaces and classes with the data types used in the axioms of the classification algorithm. 
 

Uses of IntegerClass in de.tudresden.inf.lat.jcel.ontology.datatype
 

Methods in de.tudresden.inf.lat.jcel.ontology.datatype that return IntegerClass
 IntegerClass IntegerDataTypeFactoryImpl.createClass(int classId)
           
 IntegerClass IntegerDataTypeFactory.createClass(int classId)
          Creates a class.
 IntegerClass IntegerDataTypeFactoryImpl.getBottomClass()
           
 IntegerClass IntegerDataTypeFactory.getBottomClass()
          Returns the bottom class.
 IntegerClass IntegerDataTypeFactoryImpl.getTopClass()
           
 IntegerClass IntegerDataTypeFactory.getTopClass()
          Returns the top class.
 

Methods in de.tudresden.inf.lat.jcel.ontology.datatype with parameters of type IntegerClass
 int IntegerClass.compareTo(IntegerClass o)
           
 T IntegerClassExpressionVisitor.visit(IntegerClass classExpression)
          Visits an integer class.
 



Copyright © 2012. All Rights Reserved.