java.lang.Object
org.apache.jena.graph.Node
org.apache.jena.graph.Node_Triple
- All Implemented Interfaces:
Serializable
RDF triples as RDF terms for RDF-star quoted triples.
- 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 TypeMethodDescriptionbooleanJava rules for equals.Get the triple for a triple term (embedded triple), otherwise die horriblyinthashCode()booleanAnswer true iff this node is concrete, meaning a node that is data in an RDF Graph.booleanAnswer true iff this node is an "triple node" (RDF-star)toString()Answer a human-readable representation of this Node.Answer a human-readable representation of the Node.Visit a Node and dispatch on it to the appropriate method from the NodeVisitorv.Methods inherited from class org.apache.jena.graph.Node
getBlankNodeLabel, getGraph, getIndexingValue, getLiteral, getLiteralBaseDirection, getLiteralDatatype, getLiteralDatatypeURI, getLiteralLanguage, getLiteralLexicalForm, getLiteralValue, getLocalName, getName, getNameSpace, getURI, hasURI, isBlank, isExt, isLiteral, isNodeGraph, isNodeTriple, isURI, isVariable, matches, sameTermAs, sameValueAs
-
Method Details
-
getTriple
Description copied from class:NodeGet the triple for a triple term (embedded triple), otherwise die horribly -
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.- Specified by:
isConcretein classNode
-
isTripleTerm
public boolean isTripleTerm()Description copied from class:NodeAnswer true iff this node is an "triple node" (RDF-star)- Overrides:
isTripleTermin classNode
-
visitWith
Description copied from class:NodeVisit a Node and dispatch on it to the appropriate method from the NodeVisitorv. -
hashCode
public int hashCode() -
equals
Description copied from class:NodeJava rules for equals. See also {#sameTermAs} and {#sameValueAs}. Nodes only equal other Nodes that have equal labels. -
toString
Description copied from class:NodeAnswer a human-readable representation of this Node.
-