java.lang.Object
org.apache.jena.sparql.path.PathLib
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic QueryIterator
execTriplePath
(Binding binding, org.apache.jena.graph.Node s, Path path, org.apache.jena.graph.Node o, ExecutionContext execCxt) static QueryIterator
execTriplePath
(Binding binding, TriplePath triplePath, ExecutionContext execCxt) static void
Install a path as a property function in the global property function registrystatic void
install
(String uri, Path path, PropertyFunctionRegistry registry) Install a path as a property function in a given registrystatic Op
pathToTriples
(PathBlock pattern) Convert any paths of exactly one predicate to a triple pattern
-
Constructor Details
-
PathLib
public PathLib()
-
-
Method Details
-
pathToTriples
Convert any paths of exactly one predicate to a triple pattern -
install
Install a path as a property function in the global property function registry -
install
Install a path as a property function in a given registry -
execTriplePath
public static QueryIterator execTriplePath(Binding binding, TriplePath triplePath, ExecutionContext execCxt) -
execTriplePath
public static QueryIterator execTriplePath(Binding binding, org.apache.jena.graph.Node s, Path path, org.apache.jena.graph.Node o, ExecutionContext execCxt)
-