Package org.apache.jena.sparql.engine
Class PlanBase
- java.lang.Object
-
- org.apache.jena.sparql.util.PrintSerializableBase
-
- org.apache.jena.sparql.engine.PlanBase
-
- All Implemented Interfaces:
org.apache.jena.atlas.io.Printable,org.apache.jena.atlas.lib.Closeable,Plan,PrintSerializable
- Direct Known Subclasses:
PlanOp
public abstract class PlanBase extends PrintSerializableBase implements Plan
-
-
Field Summary
-
Fields inherited from interface org.apache.jena.sparql.engine.Plan
finishMarker, finishMarker2, startMarker, startMarker2
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()OpgetOp()QueryIteratoriterator()voidoutput(org.apache.jena.atlas.io.IndentedWriter out)Normally overridden for better informationvoidoutput(org.apache.jena.atlas.io.IndentedWriter out, SerializationContext sCxt)-
Methods inherited from class org.apache.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 org.apache.jena.sparql.util.PrintSerializable
toString
-
-
-
-
Method Detail
-
iterator
public final QueryIterator iterator()
-
output
public void output(org.apache.jena.atlas.io.IndentedWriter out)
Description copied from class:PrintSerializableBaseNormally overridden for better information- Specified by:
outputin interfaceorg.apache.jena.atlas.io.Printable- Overrides:
outputin classPrintSerializableBase
-
output
public void output(org.apache.jena.atlas.io.IndentedWriter out, SerializationContext sCxt)- Specified by:
outputin interfacePrintSerializable
-
close
public void close()
- Specified by:
closein interfaceorg.apache.jena.atlas.lib.Closeable
-
-