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