|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sparql.path.eval.PathEval
public class PathEval
Path evaluation - public interface
| Constructor Summary | |
|---|---|
PathEval()
|
|
| Method Summary | |
|---|---|
static Iterator<Node> |
eval(Graph graph,
Node node,
Path path)
Evaluate a path : SPARQL semantics |
static Iterator<Node> |
eval1(Graph graph,
Node node,
Path path)
Evaluate a path : unique results |
static Iterator<Node> |
evalN(Graph graph,
Node node,
Path path)
Evaluate a path : counting semantics |
static Iterator<Node> |
evalReverse(Graph graph,
Node node,
Path path)
Evaluate a path |
static Iterator<Node> |
evalReverse1(Graph graph,
Node node,
Path path)
Evaluate a path : unique results |
static Iterator<Node> |
evalReverseN(Graph graph,
Node node,
Path path)
Evaluate a path : counting semantics |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PathEval()
| Method Detail |
|---|
public static Iterator<Node> eval(Graph graph,
Node node,
Path path)
public static Iterator<Node> evalReverse(Graph graph,
Node node,
Path path)
public static Iterator<Node> evalN(Graph graph,
Node node,
Path path)
public static Iterator<Node> evalReverseN(Graph graph,
Node node,
Path path)
public static Iterator<Node> eval1(Graph graph,
Node node,
Path path)
public static Iterator<Node> evalReverse1(Graph graph,
Node node,
Path path)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||