Class Node_Extended
- java.lang.Object
-
- org.apache.jena.graph.Node
-
- org.apache.jena.graph.Node_Fluid
-
- fr.mines_stetienne.ci.sparql_generate.graph.Node_Extended
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Node_Expr
,Node_ExprList
,Node_Template
public abstract class Node_Extended extends Node_Fluid
The class of expression nodes: a node that can be used anywhere variables are legal, and that bind a (implicit) variable to a SPARQL expression.- Author:
- Maxime Lefrançois
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.jena.graph.Node
Node.NotLiteral
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLabel()
Identifier for the node, should be a unique random string.String
toString()
-
Methods inherited from class org.apache.jena.graph.Node_Fluid
isConcrete
-
Methods inherited from class org.apache.jena.graph.Node
equals, getBlankNodeId, getBlankNodeLabel, getGraph, getIndexingValue, getLiteral, getLiteralDatatype, getLiteralDatatypeURI, getLiteralIsXML, getLiteralLanguage, getLiteralLexicalForm, getLiteralValue, getLocalName, getName, getNameSpace, getTriple, getURI, hashCode, hasURI, isBlank, isExt, isLiteral, isNodeGraph, isNodeTriple, isURI, isVariable, matches, sameValueAs, toString, toString, toString, visitWith, writeReplace
-
-