Class Node_List
- java.lang.Object
-
- org.apache.jena.graph.Node
-
- org.apache.jena.graph.Node_Concrete
-
- fr.mines_stetienne.ci.sparql_generate.graph.Node_List
-
- All Implemented Interfaces:
Serializable
public class Node_List extends Node_Concrete
The class of list nodes of typeLIST( <expr> )
. They can be used in the place of objects in the GENERATE pattern.- 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 boolean
equals(Object o)
Expr
getExpr()
The SPARQL expression specified in this node.String
getLabel()
Identifier for the node, should be a unique random string.int
hashCode()
String
toString()
Object
visitWith(NodeVisitor v)
-
Methods inherited from class org.apache.jena.graph.Node_Concrete
isConcrete
-
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, isExt, isLiteral, isNodeGraph, isNodeTriple, isURI, isVariable, matches, sameValueAs, toString, toString, toString, writeReplace
-
-
-
-
Constructor Detail
-
Node_List
public Node_List(Expr expr)
Constructor- Parameters:
expr
- The SPARQL expression specified in this node.
-
-
Method Detail
-
getExpr
public Expr getExpr()
The SPARQL expression specified in this node.- Returns:
-
getLabel
public String getLabel()
Identifier for the node, should be a unique random string. Should be legal for SPARQL variable naming.- Returns:
-
visitWith
public Object visitWith(NodeVisitor v)
-
-