public class PathEval extends Object
Constructor and Description |
---|
PathEval() |
Modifier and Type | Method and Description |
---|---|
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
|
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)
Licenced under the Apache License, Version 2.0