public class IntegerDataProperty extends Object implements IntegerDataPropertyExpression, Comparable<IntegerDataProperty>
Modifier | Constructor and Description |
---|---|
protected |
IntegerDataProperty(int n)
Constructs a data property.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(IntegerDataProperty o) |
boolean |
equals(Object o) |
Set<Integer> |
getClassesInSignature()
Returns the classes in the signature.
|
Set<Integer> |
getDataPropertiesInSignature()
Returns the data properties in the signature.
|
Set<Integer> |
getDatatypesInSignature()
Returns the data types in the signature.
|
int |
getId()
Returns the identifier of the used data property.
|
Set<Integer> |
getIndividualsInSignature()
Returns the individuals in the signature.
|
Set<Integer> |
getObjectPropertiesInSignature()
Returns the object properties in the signature.
|
int |
hashCode() |
String |
toString() |
protected IntegerDataProperty(int n)
n
- data property identifierpublic int compareTo(IntegerDataProperty o)
compareTo
in interface Comparable<IntegerDataProperty>
public Set<Integer> getClassesInSignature()
IntegerDatatype
getClassesInSignature
in interface IntegerDatatype
public Set<Integer> getDataPropertiesInSignature()
IntegerDatatype
getDataPropertiesInSignature
in interface IntegerDatatype
public Set<Integer> getDatatypesInSignature()
IntegerDatatype
getDatatypesInSignature
in interface IntegerDatatype
public int getId()
IntegerDataPropertyExpression
getId
in interface IntegerDataPropertyExpression
public Set<Integer> getIndividualsInSignature()
IntegerDatatype
getIndividualsInSignature
in interface IntegerDatatype
public Set<Integer> getObjectPropertiesInSignature()
IntegerDatatype
getObjectPropertiesInSignature
in interface IntegerDatatype
Copyright © 2009–2015 Chair of Automata Theory - TU Dresden. All rights reserved.