Class StageGeneratorStreamGeneric

java.lang.Object
org.aksw.jenax.arq.util.exec.query.StageGeneratorStreamGeneric
All Implemented Interfaces:
StageGeneratorStream

public class StageGeneratorStreamGeneric extends Object implements StageGeneratorStream
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Stream<org.apache.jena.sparql.engine.binding.Binding>
    accessTriple(Stream<org.apache.jena.sparql.engine.binding.Binding> input, org.apache.jena.graph.Graph graph, org.apache.jena.graph.Triple pattern, Predicate<org.apache.jena.graph.Triple> filter, org.apache.jena.sparql.engine.ExecutionContext execCxt)
     
    Stream<org.apache.jena.sparql.engine.binding.Binding>
    execute(Stream<org.apache.jena.sparql.engine.binding.Binding> input, org.apache.jena.graph.Graph graph, org.apache.jena.graph.Triple pattern, Predicate<org.apache.jena.graph.Triple> filter, org.apache.jena.sparql.engine.ExecutionContext execCxt)
     
    Stream<org.apache.jena.sparql.engine.binding.Binding>
    execute(org.apache.jena.sparql.core.BasicPattern pattern, Stream<org.apache.jena.sparql.engine.binding.Binding> input, org.apache.jena.sparql.engine.ExecutionContext execCxt)
     
    protected Stream<org.apache.jena.sparql.engine.binding.Binding>
    execute(org.apache.jena.sparql.core.BasicPattern pattern, org.apache.jena.sparql.engine.optimizer.reorder.ReorderTransformation reorder, Stream<org.apache.jena.sparql.engine.binding.Binding> input, org.apache.jena.sparql.engine.ExecutionContext execCxt)
     
    static Stream<org.apache.jena.graph.Triple>
    findByLang(org.apache.jena.graph.Graph g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o)
    Contains, and language tags match case-insentively

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StageGeneratorStreamGeneric

      public StageGeneratorStreamGeneric()
  • Method Details

    • execute

      public Stream<org.apache.jena.sparql.engine.binding.Binding> execute(org.apache.jena.sparql.core.BasicPattern pattern, Stream<org.apache.jena.sparql.engine.binding.Binding> input, org.apache.jena.sparql.engine.ExecutionContext execCxt)
      Specified by:
      execute in interface StageGeneratorStream
    • execute

      protected Stream<org.apache.jena.sparql.engine.binding.Binding> execute(org.apache.jena.sparql.core.BasicPattern pattern, org.apache.jena.sparql.engine.optimizer.reorder.ReorderTransformation reorder, Stream<org.apache.jena.sparql.engine.binding.Binding> input, org.apache.jena.sparql.engine.ExecutionContext execCxt)
    • execute

      public Stream<org.apache.jena.sparql.engine.binding.Binding> execute(Stream<org.apache.jena.sparql.engine.binding.Binding> input, org.apache.jena.graph.Graph graph, org.apache.jena.graph.Triple pattern, Predicate<org.apache.jena.graph.Triple> filter, org.apache.jena.sparql.engine.ExecutionContext execCxt)
    • accessTriple

      public static Stream<org.apache.jena.sparql.engine.binding.Binding> accessTriple(Stream<org.apache.jena.sparql.engine.binding.Binding> input, org.apache.jena.graph.Graph graph, org.apache.jena.graph.Triple pattern, Predicate<org.apache.jena.graph.Triple> filter, org.apache.jena.sparql.engine.ExecutionContext execCxt)
    • findByLang

      public static Stream<org.apache.jena.graph.Triple> findByLang(org.apache.jena.graph.Graph g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o)
      Contains, and language tags match case-insentively