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