public class IntegerObjectProperty extends Object implements IntegerObjectPropertyExpression, Comparable<IntegerObjectProperty>
Modifier | Constructor and Description |
---|---|
protected |
IntegerObjectProperty(int n)
Constructs an object property.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(IntegerObjectPropertyExpressionVisitor<T> visitor) |
int |
compareTo(IntegerObjectProperty o) |
boolean |
equals(Object o) |
Set<Integer> |
getClassesInSignature() |
Set<Integer> |
getDataPropertiesInSignature() |
Set<Integer> |
getDatatypesInSignature() |
int |
getId()
Returns the identifier for this object property.
|
Set<Integer> |
getIndividualsInSignature() |
Set<Integer> |
getObjectPropertiesInSignature() |
int |
hashCode() |
boolean |
isLiteral()
Tells whether or not this property expression is a literal.
|
String |
toString() |
protected IntegerObjectProperty(int n)
n
- object property identifierpublic <T> T accept(IntegerObjectPropertyExpressionVisitor<T> visitor)
accept
in interface IntegerObjectPropertyExpression
public int compareTo(IntegerObjectProperty o)
compareTo
in interface Comparable<IntegerObjectProperty>
public Set<Integer> getClassesInSignature()
getClassesInSignature
in interface IntegerDatatype
public Set<Integer> getDataPropertiesInSignature()
getDataPropertiesInSignature
in interface IntegerDatatype
public Set<Integer> getDatatypesInSignature()
getDatatypesInSignature
in interface IntegerDatatype
public int getId()
public Set<Integer> getIndividualsInSignature()
getIndividualsInSignature
in interface IntegerDatatype
public Set<Integer> getObjectPropertiesInSignature()
getObjectPropertiesInSignature
in interface IntegerDatatype
public boolean isLiteral()
IntegerObjectPropertyExpression
isLiteral
in interface IntegerObjectPropertyExpression
true
if and only if this class expression is a
literalCopyright © 2009–2015 Chair of Automata Theory - TU Dresden. All rights reserved.