Package hydra.ext.org.w3.owl.syntax
Class ObjectPropertyAxiom.FunctionalObjectProperty
- java.lang.Object
-
- hydra.ext.org.w3.owl.syntax.ObjectPropertyAxiom
-
- hydra.ext.org.w3.owl.syntax.ObjectPropertyAxiom.FunctionalObjectProperty
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ObjectPropertyAxiom>
- Enclosing class:
- ObjectPropertyAxiom
public static final class ObjectPropertyAxiom.FunctionalObjectProperty extends ObjectPropertyAxiom implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.org.w3.owl.syntax.ObjectPropertyAxiom
ObjectPropertyAxiom.AsymmetricObjectProperty, ObjectPropertyAxiom.DisjointObjectProperties, ObjectPropertyAxiom.EquivalentObjectProperties, ObjectPropertyAxiom.FunctionalObjectProperty, ObjectPropertyAxiom.InverseFunctionalObjectProperty, ObjectPropertyAxiom.InverseObjectProperties, ObjectPropertyAxiom.IrreflexiveObjectProperty, ObjectPropertyAxiom.ObjectPropertyDomain, ObjectPropertyAxiom.ObjectPropertyRange, ObjectPropertyAxiom.PartialVisitor<R>, ObjectPropertyAxiom.ReflexiveObjectProperty, ObjectPropertyAxiom.SubObjectPropertyOf, ObjectPropertyAxiom.SymmetricObjectProperty, ObjectPropertyAxiom.TransitiveObjectProperty, ObjectPropertyAxiom.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description FunctionalObjectPropertyvalue-
Fields inherited from class hydra.ext.org.w3.owl.syntax.ObjectPropertyAxiom
ASYMMETRIC_OBJECT_PROPERTY, DISJOINT_OBJECT_PROPERTIES, EQUIVALENT_OBJECT_PROPERTIES, FUNCTIONAL_OBJECT_PROPERTY, INVERSE_FUNCTIONAL_OBJECT_PROPERTY, INVERSE_OBJECT_PROPERTIES, IRREFLEXIVE_OBJECT_PROPERTY, OBJECT_PROPERTY_DOMAIN, OBJECT_PROPERTY_RANGE, REFLEXIVE_OBJECT_PROPERTY, SUB_OBJECT_PROPERTY_OF, SYMMETRIC_OBJECT_PROPERTY, TRANSITIVE_OBJECT_PROPERTY, TYPE_
-
-
Constructor Summary
Constructors Constructor Description FunctionalObjectProperty(FunctionalObjectProperty value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(ObjectPropertyAxiom.Visitor<R> visitor)intcompareTo(ObjectPropertyAxiom other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final FunctionalObjectProperty value
-
-
Constructor Detail
-
FunctionalObjectProperty
public FunctionalObjectProperty(FunctionalObjectProperty value)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(ObjectPropertyAxiom other)
- Specified by:
compareToin interfacejava.lang.Comparable<ObjectPropertyAxiom>
-
accept
public <R> R accept(ObjectPropertyAxiom.Visitor<R> visitor)
- Specified by:
acceptin classObjectPropertyAxiom
-
-