public class VariableExtractor extends Object
Constructor and Description |
---|
VariableExtractor() |
Modifier and Type | Method and Description |
---|---|
static Bindings |
findAndBindVariables(Bindings bound,
com.hp.hpl.jena.rdf.model.Resource root) |
static Bindings |
findAndBindVariables(com.hp.hpl.jena.rdf.model.Resource root) |
static void |
findVariables(com.hp.hpl.jena.rdf.model.Resource root,
Bindings bound)
Find variable declarations hanging off
root . |
public static Bindings findAndBindVariables(com.hp.hpl.jena.rdf.model.Resource root)
public static Bindings findAndBindVariables(Bindings bound, com.hp.hpl.jena.rdf.model.Resource root)
public static void findVariables(com.hp.hpl.jena.rdf.model.Resource root, Bindings bound)
root
. Definitions
that are not literals-containing-{ are stored directly into
bound
. Otherwise, the name and its literal value are
stored into toDo
for later evaluation.Copyright © 2014. All Rights Reserved.