|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.sparql.util.Closure
public class Closure
Nested Class Summary | |
---|---|
static class |
Closure.ClosureBNode
|
static class |
Closure.ClosureReachable
|
Constructor Summary | |
---|---|
Closure()
|
Method Summary | |
---|---|
static Model |
closure(Resource resource,
boolean testThisNode)
Calculate the bNode closure from a resource. |
static Model |
closure(Resource resource,
boolean testThisNode,
Model results)
Calculate the bNode closure from a resource . |
static Model |
closure(Resource resource,
ClosureTest test,
boolean testThisNode)
Calculate the bNode closure from a resource . |
static Model |
closure(Resource resource,
ClosureTest test,
boolean testThisNode,
Model results)
Calculate the bNode closure from a resource . |
static Model |
closure(Statement stmt)
Calculate the bNode closure from a statement . |
static Model |
closure(Statement statement,
ClosureTest test)
Calculate the bNode closure from a statement . |
static Model |
closure(Statement statement,
ClosureTest test,
Model model)
Calculate the bNode closure from a statement . |
static Model |
closure(Statement statement,
Model model)
Calculate the bNode closure from a statement . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Closure()
Method Detail |
---|
public static Model closure(Statement stmt)
stmt
-
public static Model closure(Statement statement, ClosureTest test)
statement
- Starting point for the closure.test
- The test object to be applied
ClosureTest
public static Model closure(Statement statement, Model model)
statement
- Starting point for the closure.model
- Add the statements to this model
ClosureTest
public static Model closure(Statement statement, ClosureTest test, Model model)
statement
- Starting point for the closure.test
- The test object to be appliedmodel
- Add the statements to this model
ClosureTest
public static Model closure(Resource resource, boolean testThisNode)
resource
- Starting point for the closure.testThisNode
- Indicate whether to apply the closure test to the Resource argument.
public static Model closure(Resource resource, ClosureTest test, boolean testThisNode)
resource
- test
- The test object to be appliedtestThisNode
- Indicate whether to apply the closure test to the Resource argument.
public static Model closure(Resource resource, boolean testThisNode, Model results)
resource
- testThisNode
- Indicate whether to apply the closure test to the Resource argument.results
- Add the statements to this model
public static Model closure(Resource resource, ClosureTest test, boolean testThisNode, Model results)
resource
- test
- The test object to be appliedtestThisNode
- Indicate whether to apply the closure test to the Resource argument.results
- Add the statements to this model
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |