java.lang.Object
org.apache.jena.sparql.util.PrintSerializableBase
org.apache.jena.sparql.engine.PlanBase
org.apache.jena.sparql.engine.PlanOp
- All Implemented Interfaces:
org.apache.jena.atlas.io.Printable
,org.apache.jena.atlas.lib.Closeable
,Plan
,PrintSerializable
-
Field Summary
Fields inherited from interface org.apache.jena.sparql.engine.Plan
finishMarker, finishMarker2, startMarker, startMarker2
-
Constructor Summary
ConstructorDescriptionPlanOp
(String label, org.apache.jena.atlas.lib.Closeable closeable, Op op, QueryIterator qIter) PlanOp
(Op op, org.apache.jena.atlas.lib.Closeable closeable, QueryIterator qIter) -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Constructor Details
-
PlanOp
-
PlanOp
public PlanOp(String label, org.apache.jena.atlas.lib.Closeable closeable, Op op, QueryIterator qIter)
-
-
Method Details
-
output
- Specified by:
output
in interfacePrintSerializable
- Overrides:
output
in classPlanBase
-