wt.epm.query
Interface QueryNodes.Chunkable

All Known Implementing Classes:
QueryNodes.InAtomsNode
Enclosing interface:
QueryNodes

static interface QueryNodes.Chunkable


Method Summary
 boolean nextChunk(QueryNodes.QueryContext context)
           
 void setChunkSize(QueryNodes.QueryContext context, int size)
           
 

Method Detail

setChunkSize

public void setChunkSize(QueryNodes.QueryContext context,
                         int size)
                  throws QueryException
Throws:
QueryException

nextChunk

public boolean nextChunk(QueryNodes.QueryContext context)
                  throws QueryException
Throws:
QueryException