com.hp.hpl.jena.sparql.engine.main
Class StageGeneratorGeneric

java.lang.Object
  extended by com.hp.hpl.jena.sparql.engine.main.StageGeneratorGeneric
All Implemented Interfaces:
StageGenerator

public class StageGeneratorGeneric
extends Object
implements StageGenerator

Generic - always works - StageGenerator


Field Summary
static Symbol altMatcher
           
 
Constructor Summary
StageGeneratorGeneric()
           
 
Method Summary
 QueryIterator execute(BasicPattern pattern, QueryIterator input, ExecutionContext execCxt)
           
static QueryIterator executeInline(BasicPattern pattern, QueryIterator input, ExecutionContext execCxt)
          Use the inline BGP matcher
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

altMatcher

public static final Symbol altMatcher
Constructor Detail

StageGeneratorGeneric

public StageGeneratorGeneric()
Method Detail

execute

public QueryIterator execute(BasicPattern pattern,
                             QueryIterator input,
                             ExecutionContext execCxt)
Specified by:
execute in interface StageGenerator

executeInline

public static QueryIterator executeInline(BasicPattern pattern,
                                          QueryIterator input,
                                          ExecutionContext execCxt)
Use the inline BGP matcher



Licenced under the Apache License, Version 2.0