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
-
Field Summary
Fields inherited from interface org.apache.jena.sparql.engine.Plan
finishMarker, finishMarker2, startMarker, startMarker2
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
getOp()
final QueryIterator
iterator()
void
output
(org.apache.jena.atlas.io.IndentedWriter out) Normally overridden for better informationvoid
output
(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 Details
-
getOp
-
iterator
-
output
public void output(org.apache.jena.atlas.io.IndentedWriter out) Description copied from class:PrintSerializableBase
Normally overridden for better information- Specified by:
output
in interfaceorg.apache.jena.atlas.io.Printable
- Overrides:
output
in classPrintSerializableBase
-
output
- Specified by:
output
in interfacePrintSerializable
-
close
public void close()- Specified by:
close
in interfaceorg.apache.jena.atlas.lib.Closeable
-