java.lang.Object
org.apache.jena.sparql.path.PathCompiler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSimplify : turns constructs in simple triples and simpler TriplePaths where possiblereduce
(TriplePath triplePath) Algebra-based transformation.static void
Testing use only.
-
Constructor Details
-
PathCompiler
public PathCompiler()
-
-
Method Details
-
resetForTest
public static void resetForTest()Testing use only. -
reduce
Simplify : turns constructs in simple triples and simpler TriplePaths where possible -
reduce
Algebra-based transformation.Does not include "|", this method is called by
TransformPathFlatten
. SeeTransformPathFlattenAlgebra
for union expansion. -
reduce
-