Package hydra.owl.syntax
Class ObjectPropertyExpression.Object_
- java.lang.Object
-
- hydra.owl.syntax.ObjectPropertyExpression
-
- hydra.owl.syntax.ObjectPropertyExpression.Object_
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ObjectPropertyExpression>
- Enclosing class:
- ObjectPropertyExpression
public static final class ObjectPropertyExpression.Object_ extends ObjectPropertyExpression implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.owl.syntax.ObjectPropertyExpression
ObjectPropertyExpression.InverseObject, ObjectPropertyExpression.Object_, ObjectPropertyExpression.PartialVisitor<R>, ObjectPropertyExpression.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description ObjectPropertyvalue-
Fields inherited from class hydra.owl.syntax.ObjectPropertyExpression
INVERSE_OBJECT, OBJECT, TYPE_
-
-
Constructor Summary
Constructors Constructor Description Object_(ObjectProperty value)Constructs an immutableObjectPropertyExpression.Object_.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(ObjectPropertyExpression.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(ObjectPropertyExpression other)booleanequals(java.lang.Object other)inthashCode()inthydraOrdinal()java.lang.StringtoString()
-
-
-
Field Detail
-
value
public final ObjectProperty value
-
-
Constructor Detail
-
Object_
public Object_(ObjectProperty value)
Constructs an immutableObjectPropertyExpression.Object_.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
compareTo
public int compareTo(ObjectPropertyExpression other)
- Specified by:
compareToin interfacejava.lang.Comparable<ObjectPropertyExpression>
-
hydraOrdinal
public int hydraOrdinal()
- Specified by:
hydraOrdinalin classObjectPropertyExpression
-
accept
public <R> R accept(ObjectPropertyExpression.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classObjectPropertyExpression
-
-