com.hp.hpl.jena.sparql.path
Class PathLib
java.lang.Object
com.hp.hpl.jena.sparql.path.PathLib
public class PathLib
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PathLib
public PathLib()
pathToTriples
public static Op pathToTriples(PathBlock pattern)
- Convert any paths of exactly one predicate to a triple pattern
install
public static void install(java.lang.String uri,
Path path)
- Install a path as a property function in the global property function registry
install
public static void install(java.lang.String uri,
Path path,
PropertyFunctionRegistry registry)
- 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,
com.hp.hpl.jena.graph.Node s,
Path path,
com.hp.hpl.jena.graph.Node o,
ExecutionContext execCxt)
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.