- 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
-
Method Summary
Modifier and TypeMethodDescriptionbooleanAnswer true iff this node is concrete, ie not variable, ie URI, blank, or literal.static NodeMethods inherited from class org.apache.jena.graph.Node
getBlankNodeId, getBlankNodeLabel, getGraph, getIndexingValue, getLiteral, getLiteralDatatype, getLiteralDatatypeURI, getLiteralIsXML, getLiteralLanguage, getLiteralLexicalForm, getLiteralValue, getLocalName, getName, getNameSpace, getTriple, getURI, hasURI, isBlank, isLiteral, isNodeGraph, isNodeTriple, isURI, isVariable, matches, sameValueAs, toString, toString, toString, toString
-
Method Details
-
xlabel
-
isConcrete
public boolean isConcrete()Description copied from class:NodeAnswer true iff this node is concrete, ie not variable, ie URI, blank, or literal.- Overrides:
isConcretein classNode_Ext<String>
-