Package hydra.owl.syntax
Class AnnotationProperty
- java.lang.Object
-
- hydra.owl.syntax.AnnotationProperty
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<AnnotationProperty>
public class AnnotationProperty extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<AnnotationProperty>
An OWL annotation property, identified by an IRI- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnnotationProperty.BuilderA fluent builder forAnnotationProperty.
-
Constructor Summary
Constructors Constructor Description AnnotationProperty(java.lang.Void value)Constructs an immutableAnnotationProperty.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AnnotationProperty.Builderbuilder()Creates a new fluent builder forAnnotationProperty.intcompareTo(AnnotationProperty other)booleanequals(java.lang.Object other)inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
AnnotationProperty
public AnnotationProperty(java.lang.Void value)
Constructs an immutableAnnotationProperty.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
compareTo
public int compareTo(AnnotationProperty other)
- Specified by:
compareToin interfacejava.lang.Comparable<AnnotationProperty>
-
builder
public static AnnotationProperty.Builder builder()
Creates a new fluent builder forAnnotationProperty.
-
-