Package hydra.ext.org.w3.owl.syntax
Class SubObjectPropertyOf
- java.lang.Object
-
- hydra.ext.org.w3.owl.syntax.SubObjectPropertyOf
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<SubObjectPropertyOf>
public class SubObjectPropertyOf extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<SubObjectPropertyOf>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description ConsList<Annotation>annotationsstatic NameANNOTATIONSstatic NameSUB_PROPERTYConsList<ObjectPropertyExpression>subPropertystatic NameSUPER_PROPERTYObjectPropertyExpressionsuperPropertystatic NameTYPE_
-
Constructor Summary
Constructors Constructor Description SubObjectPropertyOf(ConsList<Annotation> annotations, ConsList<ObjectPropertyExpression> subProperty, ObjectPropertyExpression superProperty)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(SubObjectPropertyOf other)booleanequals(java.lang.Object other)inthashCode()SubObjectPropertyOfwithAnnotations(ConsList<Annotation> annotations)SubObjectPropertyOfwithSubProperty(ConsList<ObjectPropertyExpression> subProperty)SubObjectPropertyOfwithSuperProperty(ObjectPropertyExpression superProperty)
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
-
ANNOTATIONS
public static final Name ANNOTATIONS
-
SUB_PROPERTY
public static final Name SUB_PROPERTY
-
SUPER_PROPERTY
public static final Name SUPER_PROPERTY
-
annotations
public final ConsList<Annotation> annotations
-
subProperty
public final ConsList<ObjectPropertyExpression> subProperty
-
superProperty
public final ObjectPropertyExpression superProperty
-
-
Constructor Detail
-
SubObjectPropertyOf
public SubObjectPropertyOf(ConsList<Annotation> annotations, ConsList<ObjectPropertyExpression> subProperty, ObjectPropertyExpression superProperty)
-
-
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(SubObjectPropertyOf other)
- Specified by:
compareToin interfacejava.lang.Comparable<SubObjectPropertyOf>
-
withAnnotations
public SubObjectPropertyOf withAnnotations(ConsList<Annotation> annotations)
-
withSubProperty
public SubObjectPropertyOf withSubProperty(ConsList<ObjectPropertyExpression> subProperty)
-
withSuperProperty
public SubObjectPropertyOf withSuperProperty(ObjectPropertyExpression superProperty)
-
-