- All Implemented Interfaces:
Serializable
Marker special nodes for datastructures.
The application is responsible for allocating unique strings.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.jena.graph.Node
Node.NotLiteral -
Field Summary
Fields inherited from class org.apache.jena.graph.Node
ANY, noLangTag, noTextDirection -
Method Summary
Modifier and TypeMethodDescriptioninthashCode()booleanAnswer true iff this node is concrete, meaning a node that is data in an RDF Graph.static NodetoString()Answer a human-readable representation of this Node.toString(PrefixMapping pmap) Answer a human-readable representation of the Node.Methods inherited from class org.apache.jena.graph.Node
getBlankNodeLabel, getGraph, getIndexingValue, getLiteral, getLiteralBaseDirection, getLiteralDatatype, getLiteralDatatypeURI, getLiteralLanguage, getLiteralLexicalForm, getLiteralValue, getLocalName, getName, getNameSpace, getTriple, getURI, hasURI, isBlank, isLiteral, isNodeGraph, isNodeTriple, isTripleTerm, isURI, isVariable, matches, sameTermAs, sameValueAs
-
Method Details
-
marker
-
hashCode
public int hashCode() -
isConcrete
public boolean isConcrete()Description copied from class:NodeAnswer true iff this node is concrete, meaning a node that is data in an RDF Graph.- Overrides:
isConcretein classNode_Ext<String>
-
toString
Description copied from class:NodeAnswer a human-readable representation of this Node.
-