Package org.apache.jena.graph
Class Node_Blank
java.lang.Object
org.apache.jena.graph.Node
org.apache.jena.graph.Node_Concrete
org.apache.jena.graph.Node_Blank
- All Implemented Interfaces:
Serializable
RDF blank nodes, ie nodes with identity but without URIs.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.jena.graph.Node
Node.NotLiteral
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Nodes only equal other Nodes that have equal labels.get the blank node id if the node is blank, otherwise die horriblyboolean
isBlank()
Answer true iff this node is a blank node [subclasses override]Visit a Node and dispatch on it to the appropriate method from the NodeVisitorv
.Methods inherited from class org.apache.jena.graph.Node_Concrete
isConcrete
Methods inherited from class org.apache.jena.graph.Node
getBlankNodeLabel, getGraph, getIndexingValue, getLiteral, getLiteralDatatype, getLiteralDatatypeURI, getLiteralIsXML, getLiteralLanguage, getLiteralLexicalForm, getLiteralValue, getLocalName, getName, getNameSpace, getTriple, getURI, hashCode, hasURI, isExt, isLiteral, isNodeGraph, isNodeTriple, isURI, isVariable, matches, sameValueAs, toString, toString, toString, toString
-
Method Details
-
isBlank
public boolean isBlank()Description copied from class:Node
Answer true iff this node is a blank node [subclasses override] -
getBlankNodeId
Description copied from class:Node
get the blank node id if the node is blank, otherwise die horribly- Overrides:
getBlankNodeId
in classNode
-
visitWith
Description copied from class:Node
Visit a Node and dispatch on it to the appropriate method from the NodeVisitorv
. -
equals
Description copied from class:Node
Nodes only equal other Nodes that have equal labels.
-