Package org.apache.jena.graph
Class Node_Marker
- 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 TypeMethodDescriptionboolean
Answer true iff this node is concrete, ie not variable, ie URI, blank, or literal.static Node
Methods 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:Node
Answer true iff this node is concrete, ie not variable, ie URI, blank, or literal.- Overrides:
isConcrete
in classNode_Ext<String>
-