|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IntegerClassExpression
This interface is implemented by classes that model class expressions with integer numbers.
Method Summary | ||
---|---|---|
|
accept(IntegerClassExpressionVisitor<T> visitor)
|
|
boolean |
containsBottom()
Tells whether or not this class expression contains a bottom. |
|
boolean |
containsOnlyOneClass()
Tells whether or not this class expression contains only one class in its signature. |
|
boolean |
isLiteral()
Tells whether or not this class expression is a literal. |
Methods inherited from interface de.tudresden.inf.lat.jcel.coreontology.datatype.IntegerDatatype |
---|
getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getObjectPropertiesInSignature |
Method Detail |
---|
<T> T accept(IntegerClassExpressionVisitor<T> visitor)
boolean containsBottom()
true
if and only if this class expression contains a
bottomboolean containsOnlyOneClass()
true
if and only if this class expression contains
only literalsboolean isLiteral()
true
if and only if this class expression is a
literal
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |