Package hydra.ext.org.w3.rdf.syntax
Class Node.Bnode
- java.lang.Object
-
- hydra.ext.org.w3.rdf.syntax.Node
-
- hydra.ext.org.w3.rdf.syntax.Node.Bnode
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Node
public static final class Node.Bnode extends Node implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.org.w3.rdf.syntax.Node
Node.Bnode, Node.Iri, Node.Literal, Node.PartialVisitor<R>, Node.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description BlankNode
value
-
Fields inherited from class hydra.ext.org.w3.rdf.syntax.Node
FIELD_NAME_BNODE, FIELD_NAME_IRI, FIELD_NAME_LITERAL, TYPE_NAME
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(Node.Visitor<R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Field Detail
-
value
public final BlankNode value
-
-
Constructor Detail
-
Bnode
public Bnode(BlankNode value)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
accept
public <R> R accept(Node.Visitor<R> visitor)
-
-