Package org.apache.jena.sparql.path
Class PathCompiler
- java.lang.Object
-
- org.apache.jena.sparql.path.PathCompiler
-
public class PathCompiler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PathCompiler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PathBlockreduce(Node start, Path path, Node finish)PathBlockreduce(PathBlock pathBlock)Simplify : turns constructs in simple triples and simpler TriplePaths where possiblePathBlockreduce(TriplePath triplePath)static voidresetForTest()Testing use only.
-
-
-
Method Detail
-
resetForTest
public static void resetForTest()
Testing use only.
-
reduce
public PathBlock reduce(PathBlock pathBlock)
Simplify : turns constructs in simple triples and simpler TriplePaths where possible
-
reduce
public PathBlock reduce(TriplePath triplePath)
-
-