Methods in org.joseki.util with parameters of type ClosureTest |
static com.hp.hpl.jena.rdf.model.Model |
Closure.closure(com.hp.hpl.jena.rdf.model.Statement statement,
ClosureTest test)
Calculate the bNode closure from a statement .
|
static com.hp.hpl.jena.rdf.model.Model |
Closure.closure(com.hp.hpl.jena.rdf.model.Statement statement,
ClosureTest test,
com.hp.hpl.jena.rdf.model.Model model)
Calculate the bNode closure from a statement .
|
static com.hp.hpl.jena.rdf.model.Model |
Closure.closure(com.hp.hpl.jena.rdf.model.Resource resource,
ClosureTest test,
boolean testThisNode)
Calculate the bNode closure from a resource .
|
static com.hp.hpl.jena.rdf.model.Model |
Closure.closure(com.hp.hpl.jena.rdf.model.Resource resource,
ClosureTest test,
boolean testThisNode,
com.hp.hpl.jena.rdf.model.Model results)
Calculate the bNode closure from a resource .
|