Class SolverRX3
- java.lang.Object
-
- org.apache.jena.sparql.engine.main.solver.SolverRX3
-
public class SolverRX3 extends java.lang.Object
RDF-star - triple form. Solve patterns when there is an embedded triple with variables.
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
DATAPATH
This constant is not public API.
-
Constructor Summary
Constructors Constructor Description SolverRX3()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Binding
matchTriple(Binding input, Triple tData, Triple tPattern)
static java.util.Iterator<Binding>
rdfStarTriple(java.util.Iterator<Binding> chain, Triple tPattern, ExecutionContext execCxt)
-
-
-
Field Detail
-
DATAPATH
public static final boolean DATAPATH
This constant is not public API. It is exposed only so integration testing can check the value for a release build.- See Also:
- Constant Field Values
-
-