Package hydra.ext.org.w3.owl.syntax
Class FunctionalDataProperty
- java.lang.Object
-
- hydra.ext.org.w3.owl.syntax.FunctionalDataProperty
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<FunctionalDataProperty>
public class FunctionalDataProperty extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<FunctionalDataProperty>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description ConsList<Annotation>annotationsstatic NameANNOTATIONSDataPropertyExpressionpropertystatic NamePROPERTYstatic NameTYPE_
-
Constructor Summary
Constructors Constructor Description FunctionalDataProperty(ConsList<Annotation> annotations, DataPropertyExpression property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(FunctionalDataProperty other)booleanequals(java.lang.Object other)inthashCode()FunctionalDataPropertywithAnnotations(ConsList<Annotation> annotations)FunctionalDataPropertywithProperty(DataPropertyExpression property)
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
-
ANNOTATIONS
public static final Name ANNOTATIONS
-
PROPERTY
public static final Name PROPERTY
-
annotations
public final ConsList<Annotation> annotations
-
property
public final DataPropertyExpression property
-
-
Constructor Detail
-
FunctionalDataProperty
public FunctionalDataProperty(ConsList<Annotation> annotations, DataPropertyExpression property)
-
-
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(FunctionalDataProperty other)
- Specified by:
compareToin interfacejava.lang.Comparable<FunctionalDataProperty>
-
withAnnotations
public FunctionalDataProperty withAnnotations(ConsList<Annotation> annotations)
-
withProperty
public FunctionalDataProperty withProperty(DataPropertyExpression property)
-
-