|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IntegerObjectPropertyExpression
This interface is implemented by classes that model object property expressions with integer numbers.
Method Summary | ||
---|---|---|
|
accept(IntegerObjectPropertyExpressionVisitor<T> visitor)
|
|
boolean |
isLiteral()
Tells whether or not this property 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(IntegerObjectPropertyExpressionVisitor<T> visitor)
boolean 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 |