java.lang.Object
org.apache.jena.sparql.util.Closure
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.jena.rdf.model.Model
closure
(org.apache.jena.rdf.model.Resource resource, boolean testThisNode) Calculate the bNode closure from a resource.static org.apache.jena.rdf.model.Model
closure
(org.apache.jena.rdf.model.Resource resource, boolean testThisNode, org.apache.jena.rdf.model.Model results) Calculate the bNode closure from a resource .static org.apache.jena.rdf.model.Model
closure
(org.apache.jena.rdf.model.Resource resource, ClosureTest test, boolean testThisNode) Calculate the bNode closure from a resource .static org.apache.jena.rdf.model.Model
closure
(org.apache.jena.rdf.model.Resource resource, ClosureTest test, boolean testThisNode, org.apache.jena.rdf.model.Model results) Calculate the bNode closure from a resource .static org.apache.jena.rdf.model.Model
closure
(org.apache.jena.rdf.model.Statement stmt) Calculate the bNode closure from a statement .static org.apache.jena.rdf.model.Model
closure
(org.apache.jena.rdf.model.Statement statement, org.apache.jena.rdf.model.Model model) Calculate the bNode closure from a statement .static org.apache.jena.rdf.model.Model
closure
(org.apache.jena.rdf.model.Statement statement, ClosureTest test) Calculate the bNode closure from a statement .static org.apache.jena.rdf.model.Model
closure
(org.apache.jena.rdf.model.Statement statement, ClosureTest test, org.apache.jena.rdf.model.Model model) Calculate the bNode closure from a statement .
-
Constructor Details
-
Closure
public Closure()
-
-
Method Details
-
closure
public static org.apache.jena.rdf.model.Model closure(org.apache.jena.rdf.model.Statement stmt) Calculate the bNode closure from a statement . The Statement itself does not automatically get included.- Parameters:
stmt
-- Returns:
- A model containing statements
-
closure
public static org.apache.jena.rdf.model.Model closure(org.apache.jena.rdf.model.Statement statement, ClosureTest test) Calculate the bNode closure from a statement . The Statement itself does not automatically get included.- Parameters:
statement
- Starting point for the closure.test
- The test object to be applied- Returns:
- A model containing statements
- See Also:
-
closure
public static org.apache.jena.rdf.model.Model closure(org.apache.jena.rdf.model.Statement statement, org.apache.jena.rdf.model.Model model) Calculate the bNode closure from a statement . The Statement itself does not automatically get included.- Parameters:
statement
- Starting point for the closure.model
- Add the statements to this model- Returns:
- A model containing statements
- See Also:
-
closure
public static org.apache.jena.rdf.model.Model closure(org.apache.jena.rdf.model.Statement statement, ClosureTest test, org.apache.jena.rdf.model.Model model) Calculate the bNode closure from a statement . The Statement itself does not automatically get included.- Parameters:
statement
- Starting point for the closure.test
- The test object to be appliedmodel
- Add the statements to this model- Returns:
- A model containing statements
- See Also:
-
closure
public static org.apache.jena.rdf.model.Model closure(org.apache.jena.rdf.model.Resource resource, boolean testThisNode) Calculate the bNode closure from a resource. The Statement itself does not automatically get included.- Parameters:
resource
- Starting point for the closure.testThisNode
- Indicate whether to apply the closure test to the Resource argument.- Returns:
- A model containing statements
-
closure
public static org.apache.jena.rdf.model.Model closure(org.apache.jena.rdf.model.Resource resource, ClosureTest test, boolean testThisNode) Calculate the bNode closure from a resource . The Statement itself does not automatically get included.- Parameters:
resource
-test
- The test object to be appliedtestThisNode
- Indicate whether to apply the closure test to the Resource argument.- Returns:
- A model containing statements
-
closure
public static org.apache.jena.rdf.model.Model closure(org.apache.jena.rdf.model.Resource resource, boolean testThisNode, org.apache.jena.rdf.model.Model results) Calculate the bNode closure from a resource . The Statement itself does not automatically get included.- Parameters:
resource
-testThisNode
- Indicate whether to apply the closure test to the Resource argument.results
- Add the statements to this model- Returns:
- A model containing statements
-
closure
public static org.apache.jena.rdf.model.Model closure(org.apache.jena.rdf.model.Resource resource, ClosureTest test, boolean testThisNode, org.apache.jena.rdf.model.Model results) Calculate the bNode closure from a resource . The Statement itself does not automatically get included.- Parameters:
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- Returns:
- A model containing statements
-