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