com.hp.hpl.jena.sparql.engine
Class PlanOp

java.lang.Object
  extended by com.hp.hpl.jena.sparql.util.PrintSerializableBase
      extended by com.hp.hpl.jena.sparql.engine.PlanBase
          extended by com.hp.hpl.jena.sparql.engine.PlanOp
All Implemented Interfaces:
Plan, PrintSerializable, Printable, Closeable

public class PlanOp
extends PlanBase


Field Summary
 
Fields inherited from interface com.hp.hpl.jena.sparql.engine.Plan
finishMarker, finishMarker2, startMarker, startMarker2
 
Constructor Summary
PlanOp(Op op, Closeable closeable, QueryIterator qIter)
           
PlanOp(String label, Closeable closeable, Op op, QueryIterator qIter)
           
 
Method Summary
 void output(IndentedWriter out, SerializationContext sCxt)
           
 
Methods inherited from class com.hp.hpl.jena.sparql.engine.PlanBase
close, getOp, iterator, output
 
Methods inherited from class com.hp.hpl.jena.sparql.util.PrintSerializableBase
toString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.hp.hpl.jena.sparql.util.PrintSerializable
toString
 

Constructor Detail

PlanOp

public PlanOp(Op op,
              Closeable closeable,
              QueryIterator qIter)

PlanOp

public PlanOp(String label,
              Closeable closeable,
              Op op,
              QueryIterator qIter)
Method Detail

output

public void output(IndentedWriter out,
                   SerializationContext sCxt)
Specified by:
output in interface PrintSerializable
Overrides:
output in class PlanBase


Licenced under the Apache License, Version 2.0