com.hp.hpl.jena.sparql.engine
Interface Plan

All Superinterfaces:
Closeable, Printable, PrintSerializable
All Known Implementing Classes:
PlanBase, PlanOp

public interface Plan
extends PrintSerializable, Closeable


Field Summary
static String finishMarker
           
static String finishMarker2
           
static String startMarker
           
static String startMarker2
           
 
Method Summary
 Op getOp()
           
 QueryIterator iterator()
           
 
Methods inherited from interface com.hp.hpl.jena.sparql.util.PrintSerializable
output, toString
 
Methods inherited from interface org.openjena.atlas.io.Printable
output
 
Methods inherited from interface org.openjena.atlas.lib.Closeable
close
 

Field Detail

startMarker

static final String startMarker
See Also:
Constant Field Values

finishMarker

static final String finishMarker
See Also:
Constant Field Values

startMarker2

static final String startMarker2
See Also:
Constant Field Values

finishMarker2

static final String finishMarker2
See Also:
Constant Field Values
Method Detail

getOp

Op getOp()

iterator

QueryIterator iterator()


Licenced under the Apache License, Version 2.0