Package hydra.owl.syntax
Class DisjointObjectProperties
- java.lang.Object
-
- hydra.owl.syntax.DisjointObjectProperties
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<DisjointObjectProperties>
public class DisjointObjectProperties extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<DisjointObjectProperties>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<Annotation>annotationsstatic NameANNOTATIONSName of thehydra.owl.syntax.DisjointObjectProperties.annotationsfield.java.util.List<ObjectPropertyExpression>propertiesstatic NamePROPERTIESName of thehydra.owl.syntax.DisjointObjectProperties.propertiesfield.static NameTYPE_Name of thehydra.owl.syntax.DisjointObjectPropertiestype.
-
Constructor Summary
Constructors Constructor Description DisjointObjectProperties(java.util.List<Annotation> annotations, java.util.List<ObjectPropertyExpression> properties)Constructs an immutableDisjointObjectProperties.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(DisjointObjectProperties other)booleanequals(java.lang.Object other)inthashCode()DisjointObjectPropertieswithAnnotations(java.util.List<Annotation> annotations)Returns a copy of thisDisjointObjectPropertieswithannotationsreplaced.DisjointObjectPropertieswithProperties(java.util.List<ObjectPropertyExpression> properties)Returns a copy of thisDisjointObjectPropertieswithpropertiesreplaced.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of thehydra.owl.syntax.DisjointObjectPropertiestype.
-
ANNOTATIONS
public static final Name ANNOTATIONS
Name of thehydra.owl.syntax.DisjointObjectProperties.annotationsfield.
-
PROPERTIES
public static final Name PROPERTIES
Name of thehydra.owl.syntax.DisjointObjectProperties.propertiesfield.
-
annotations
public final java.util.List<Annotation> annotations
-
properties
public final java.util.List<ObjectPropertyExpression> properties
-
-
Constructor Detail
-
DisjointObjectProperties
public DisjointObjectProperties(java.util.List<Annotation> annotations, java.util.List<ObjectPropertyExpression> properties)
Constructs an immutableDisjointObjectProperties.
-
-
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(DisjointObjectProperties other)
- Specified by:
compareToin interfacejava.lang.Comparable<DisjointObjectProperties>
-
withAnnotations
public DisjointObjectProperties withAnnotations(java.util.List<Annotation> annotations)
Returns a copy of thisDisjointObjectPropertieswithannotationsreplaced.
-
withProperties
public DisjointObjectProperties withProperties(java.util.List<ObjectPropertyExpression> properties)
Returns a copy of thisDisjointObjectPropertieswithpropertiesreplaced.
-
-