Package | Description |
---|---|
de.tudresden.inf.lat.jcel.ontology.datatype |
Provides interfaces and classes with the data types used in
the axioms of the classification algorithm.
|
Modifier and Type | Method and Description |
---|---|
IntegerClass |
IntegerDataTypeFactory.createClass(int classId)
Creates a class.
|
IntegerClass |
IntegerDataTypeFactoryImpl.createClass(int classId) |
IntegerClass |
IntegerDataTypeFactory.getBottomClass()
Returns the bottom class.
|
IntegerClass |
IntegerDataTypeFactoryImpl.getBottomClass() |
IntegerClass |
IntegerDataTypeFactory.getTopClass()
Returns the top class.
|
IntegerClass |
IntegerDataTypeFactoryImpl.getTopClass() |
Modifier and Type | Method and Description |
---|---|
int |
IntegerClass.compareTo(IntegerClass o) |
T |
IntegerClassExpressionVisitor.visit(IntegerClass classExpression)
Visits an integer class.
|
Copyright © 2009–2015 Chair of Automata Theory - TU Dresden. All rights reserved.