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 TypeMethodDescriptionbooleanNodes only equal other Nodes that have equal labels.get the blank node id if the node is blank, otherwise die horriblybooleanisBlank()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
isConcreteMethods 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:NodeAnswer true iff this node is a blank node [subclasses override] -
getBlankNodeId
Description copied from class:Nodeget the blank node id if the node is blank, otherwise die horribly- Overrides:
getBlankNodeIdin classNode
-
visitWith
Description copied from class:NodeVisit a Node and dispatch on it to the appropriate method from the NodeVisitorv. -
equals
Description copied from class:NodeNodes only equal other Nodes that have equal labels.
-