de.tudresden.inf.lat.jcel.ontology.datatype
Class IntegerObjectInverseOf

java.lang.Object
  extended by de.tudresden.inf.lat.jcel.ontology.datatype.IntegerObjectInverseOf
All Implemented Interfaces:
de.tudresden.inf.lat.jcel.coreontology.datatype.IntegerDatatype, IntegerObjectPropertyExpression, Comparable<IntegerObjectInverseOf>

public class IntegerObjectInverseOf
extends Object
implements IntegerObjectPropertyExpression, Comparable<IntegerObjectInverseOf>

This class models an inverse object property.

Author:
Julian Mendez

Constructor Summary
protected IntegerObjectInverseOf(IntegerObjectProperty property)
          Constructs an inverse object property.
 
Method Summary
<T> T
accept(IntegerObjectPropertyExpressionVisitor<T> visitor)
           
 int compareTo(IntegerObjectInverseOf o)
           
 boolean equals(Object o)
           
 Set<Integer> getClassesInSignature()
           
 Set<Integer> getDataPropertiesInSignature()
           
 Set<Integer> getDatatypesInSignature()
           
 Set<Integer> getIndividualsInSignature()
           
 IntegerObjectProperty getInverse()
          Returns the inverse used for this object property expression
 Set<Integer> getObjectPropertiesInSignature()
           
 int hashCode()
           
 boolean isLiteral()
          Tells whether or not this property expression is a literal.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntegerObjectInverseOf

protected IntegerObjectInverseOf(IntegerObjectProperty property)
Constructs an inverse object property.

Parameters:
property - property to create the inverse
Method Detail

accept

public <T> T accept(IntegerObjectPropertyExpressionVisitor<T> visitor)
Specified by:
accept in interface IntegerObjectPropertyExpression

compareTo

public int compareTo(IntegerObjectInverseOf o)
Specified by:
compareTo in interface Comparable<IntegerObjectInverseOf>

equals

public boolean equals(Object o)
Overrides:
equals in class Object

getClassesInSignature

public Set<Integer> getClassesInSignature()
Specified by:
getClassesInSignature in interface de.tudresden.inf.lat.jcel.coreontology.datatype.IntegerDatatype

getDataPropertiesInSignature

public Set<Integer> getDataPropertiesInSignature()
Specified by:
getDataPropertiesInSignature in interface de.tudresden.inf.lat.jcel.coreontology.datatype.IntegerDatatype

getDatatypesInSignature

public Set<Integer> getDatatypesInSignature()
Specified by:
getDatatypesInSignature in interface de.tudresden.inf.lat.jcel.coreontology.datatype.IntegerDatatype

getIndividualsInSignature

public Set<Integer> getIndividualsInSignature()
Specified by:
getIndividualsInSignature in interface de.tudresden.inf.lat.jcel.coreontology.datatype.IntegerDatatype

getInverse

public IntegerObjectProperty getInverse()
Returns the inverse used for this object property expression

Returns:
the inverse used for this object property expression

getObjectPropertiesInSignature

public Set<Integer> getObjectPropertiesInSignature()
Specified by:
getObjectPropertiesInSignature in interface de.tudresden.inf.lat.jcel.coreontology.datatype.IntegerDatatype

hashCode

public int hashCode()
Overrides:
hashCode in class Object

isLiteral

public boolean isLiteral()
Description copied from interface: IntegerObjectPropertyExpression
Tells whether or not this property expression is a literal.

Specified by:
isLiteral in interface IntegerObjectPropertyExpression
Returns:
true if and only if this class expression is a literal

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.