Package hydra.ext.org.w3.owl.syntax
Class DataPropertyAxiom.DataPropertyAxiom_
- java.lang.Object
-
- hydra.ext.org.w3.owl.syntax.DataPropertyAxiom
-
- hydra.ext.org.w3.owl.syntax.DataPropertyAxiom.DataPropertyAxiom_
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<DataPropertyAxiom>
- Enclosing class:
- DataPropertyAxiom
public static final class DataPropertyAxiom.DataPropertyAxiom_ extends DataPropertyAxiom implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.org.w3.owl.syntax.DataPropertyAxiom
DataPropertyAxiom.DataPropertyAxiom_, DataPropertyAxiom.DataPropertyRange, DataPropertyAxiom.DisjointDataProperties, DataPropertyAxiom.EquivalentDataProperties, DataPropertyAxiom.FunctionalDataProperty, DataPropertyAxiom.PartialVisitor<R>, DataPropertyAxiom.SubDataPropertyOf, DataPropertyAxiom.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description DataPropertyAxiomvalue-
Fields inherited from class hydra.ext.org.w3.owl.syntax.DataPropertyAxiom
DATA_PROPERTY_AXIOM, DATA_PROPERTY_RANGE, DISJOINT_DATA_PROPERTIES, EQUIVALENT_DATA_PROPERTIES, FUNCTIONAL_DATA_PROPERTY, SUB_DATA_PROPERTY_OF, TYPE_
-
-
Constructor Summary
Constructors Constructor Description DataPropertyAxiom_(DataPropertyAxiom value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(DataPropertyAxiom.Visitor<R> visitor)intcompareTo(DataPropertyAxiom other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final DataPropertyAxiom value
-
-
Constructor Detail
-
DataPropertyAxiom_
public DataPropertyAxiom_(DataPropertyAxiom 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(DataPropertyAxiom other)
- Specified by:
compareToin interfacejava.lang.Comparable<DataPropertyAxiom>
-
accept
public <R> R accept(DataPropertyAxiom.Visitor<R> visitor)
- Specified by:
acceptin classDataPropertyAxiom
-
-