|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sparql.path.PathLib
public class PathLib
| Constructor Summary | |
|---|---|
PathLib()
|
|
| Method Summary | |
|---|---|
static QueryIterator |
execTriplePath(Binding binding,
com.hp.hpl.jena.graph.Node s,
Path path,
com.hp.hpl.jena.graph.Node o,
ExecutionContext execCxt)
|
static QueryIterator |
execTriplePath(Binding binding,
TriplePath triplePath,
ExecutionContext execCxt)
|
static void |
install(String uri,
Path path)
Install a path as a property function in the global property function registry |
static void |
install(String uri,
Path path,
PropertyFunctionRegistry registry)
Install a path as a property function in a given registry |
static Op |
pathToTriples(PathBlock pattern)
Convert any paths of exactly one predicate to a triple pattern |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PathLib()
| Method Detail |
|---|
public static Op pathToTriples(PathBlock pattern)
public static void install(String uri,
Path path)
public static void install(String uri,
Path path,
PropertyFunctionRegistry registry)
public static QueryIterator execTriplePath(Binding binding,
TriplePath triplePath,
ExecutionContext execCxt)
public static QueryIterator execTriplePath(Binding binding,
com.hp.hpl.jena.graph.Node s,
Path path,
com.hp.hpl.jena.graph.Node o,
ExecutionContext execCxt)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||