|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.joseki.util.Closure
Nested Class Summary | |
static class |
Closure.ClosureBNode
|
static class |
Closure.ClosureReachable
|
Constructor Summary | |
Closure()
|
Method Summary | |
static com.hp.hpl.jena.rdf.model.Model |
closure(com.hp.hpl.jena.rdf.model.Resource resource,
boolean testThisNode)
Calculate the bNode closure from a resource. |
static com.hp.hpl.jena.rdf.model.Model |
closure(com.hp.hpl.jena.rdf.model.Resource resource,
boolean testThisNode,
com.hp.hpl.jena.rdf.model.Model results)
Calculate the bNode closure from a resource . |
static com.hp.hpl.jena.rdf.model.Model |
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(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 . |
static com.hp.hpl.jena.rdf.model.Model |
closure(com.hp.hpl.jena.rdf.model.Statement stmt)
Calculate the bNode closure from a statement . |
static com.hp.hpl.jena.rdf.model.Model |
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(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(com.hp.hpl.jena.rdf.model.Statement statement,
com.hp.hpl.jena.rdf.model.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 com.hp.hpl.jena.rdf.model.Model closure(com.hp.hpl.jena.rdf.model.Statement stmt)
stmt
-
public static com.hp.hpl.jena.rdf.model.Model closure(com.hp.hpl.jena.rdf.model.Statement statement, ClosureTest test)
statement
- Starting point for the closure.test
- The test object to be applied
ClosureTest
public static com.hp.hpl.jena.rdf.model.Model closure(com.hp.hpl.jena.rdf.model.Statement statement, com.hp.hpl.jena.rdf.model.Model model)
statement
- Starting point for the closure.model
- Add the statements to this model
ClosureTest
public static com.hp.hpl.jena.rdf.model.Model closure(com.hp.hpl.jena.rdf.model.Statement statement, ClosureTest test, com.hp.hpl.jena.rdf.model.Model model)
statement
- Starting point for the closure.test
- The test object to be appliedmodel
- Add the statements to this model
ClosureTest
public static com.hp.hpl.jena.rdf.model.Model closure(com.hp.hpl.jena.rdf.model.Resource resource, boolean testThisNode)
resource
- Starting point for the closure.testThisNode
- Indicate whether to apply the closure test to the Resource argument.
public static com.hp.hpl.jena.rdf.model.Model closure(com.hp.hpl.jena.rdf.model.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 com.hp.hpl.jena.rdf.model.Model closure(com.hp.hpl.jena.rdf.model.Resource resource, boolean testThisNode, com.hp.hpl.jena.rdf.model.Model results)
resource
- testThisNode
- Indicate whether to apply the closure test to the Resource argument.results
- Add the statements to this model
public static com.hp.hpl.jena.rdf.model.Model closure(com.hp.hpl.jena.rdf.model.Resource resource, ClosureTest test, boolean testThisNode, com.hp.hpl.jena.rdf.model.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 |