Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.objectweb.medor.eval.cache.lib.WindowCachedTupleCollection
Constructor Summary | |
|
Method Summary | |
void |
|
void |
|
CollectionCache |
|
int |
|
TupleStructure | |
int |
|
int |
|
Tuple |
|
Tuple |
|
boolean |
|
boolean |
|
boolean |
|
boolean |
|
public WindowCachedTupleCollection(TupleCollection tc, CollectionCache tupleCache) throws MedorException
public int getLeftTCCursor()
This method is used when nesting data. It must be carrefully implemented
public TupleStructure getMetaData() throws MedorException
- Specified by:
- getMetaData in interface TupleCollection
public int getRightTCCursor()
This method is used when nesting data. It must be carrefully implemented
public Tuple getTuple() throws MedorException
- Specified by:
- getTuple in interface TupleCollection
public Tuple getTuple(int row) throws MedorException
- Specified by:
- getTuple in interface TupleCollection
public boolean isEmpty() throws MedorException
- Specified by:
- isEmpty in interface TupleCollection
public boolean row(int numTuple) throws MedorException
- Specified by:
- row in interface TupleCollection