de.fuberlin.wiwiss.wiqa.explanation
Class PlanExplainableExtension

java.lang.Object
  extended bycom.hp.hpl.jena.query.engine1.compiler.PlanElementBase
      extended byde.fuberlin.wiwiss.wiqa.explanation.PlanExplainableExtension
All Implemented Interfaces:
PlanElement

public class PlanExplainableExtension
extends PlanElementBase


Method Summary
 QueryIterator build(QueryIterator input, ExecutionContext execCxt)
           
 ElementExtension getElement()
           
static PlanElement make(Plan plan, ElementExtension el)
           
 void visit(PlanVisitor visitor)
           
 
Methods inherited from class com.hp.hpl.jena.query.engine1.compiler.PlanElementBase
getPlan, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

make

public static PlanElement make(Plan plan,
                               ElementExtension el)

getElement

public ElementExtension getElement()

build

public QueryIterator build(QueryIterator input,
                           ExecutionContext execCxt)

visit

public void visit(PlanVisitor visitor)