com.hp.hpl.jena.sparql.engine
Class PlanBase
java.lang.Object
com.hp.hpl.jena.sparql.util.PrintSerializableBase
com.hp.hpl.jena.sparql.engine.PlanBase
- All Implemented Interfaces:
- Plan, PrintSerializable, Printable, Closeable
- Direct Known Subclasses:
- PlanOp
public abstract class PlanBase
- extends PrintSerializableBase
- implements Plan
getOp
public Op getOp()
- Specified by:
getOp
in interface Plan
iterator
public final QueryIterator iterator()
- Specified by:
iterator
in interface Plan
output
public void output(IndentedWriter out)
- Description copied from class:
PrintSerializableBase
- Normally overridden for better information
- Specified by:
output
in interface Printable
- Overrides:
output
in class PrintSerializableBase
output
public void output(IndentedWriter out,
SerializationContext sCxt)
- Specified by:
output
in interface PrintSerializable
close
public void close()
- Specified by:
close
in interface Closeable
Licenced under the Apache License, Version 2.0