Package hydra.owl.syntax
Class AnnotationValue.Iri
- java.lang.Object
-
- hydra.owl.syntax.AnnotationValue
-
- hydra.owl.syntax.AnnotationValue.Iri
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<AnnotationValue>
- Enclosing class:
- AnnotationValue
public static final class AnnotationValue.Iri extends AnnotationValue implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.owl.syntax.AnnotationValue
AnnotationValue.AnonymousIndividual, AnnotationValue.Iri, AnnotationValue.Literal, AnnotationValue.PartialVisitor<R>, AnnotationValue.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description Irivalue-
Fields inherited from class hydra.owl.syntax.AnnotationValue
ANONYMOUS_INDIVIDUAL, IRI, LITERAL, TYPE_
-
-
Constructor Summary
Constructors Constructor Description Iri(Iri value)Constructs an immutableAnnotationValue.Iri.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(AnnotationValue.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(AnnotationValue other)booleanequals(java.lang.Object other)inthashCode()inthydraOrdinal()java.lang.StringtoString()
-
-
-
Field Detail
-
value
public final Iri value
-
-
Constructor Detail
-
Iri
public Iri(Iri value)
Constructs an immutableAnnotationValue.Iri.
-
-
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(AnnotationValue other)
- Specified by:
compareToin interfacejava.lang.Comparable<AnnotationValue>
-
hydraOrdinal
public int hydraOrdinal()
- Specified by:
hydraOrdinalin classAnnotationValue
-
accept
public <R> R accept(AnnotationValue.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classAnnotationValue
-
-