Class StageMatchTriple

java.lang.Object
org.apache.jena.sparql.engine.main.solver.StageMatchTriple

public class StageMatchTriple extends Object
Triple version of StageMatchData. This goes directly to the graph.

Plain matching - see SolverRX3.rdfStarTriple(java.util.Iterator<org.apache.jena.sparql.engine.binding.Binding>, org.apache.jena.graph.Triple, org.apache.jena.sparql.engine.ExecutionContext) for matching with variables in RDF-star embedded triples.

  • Constructor Details

    • StageMatchTriple

      public StageMatchTriple()
  • Method Details