|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Evaluator.NamedSetEvaluator
Interface for evaluating a particular named set.
| Method Summary | |
|---|---|
Member |
currentMember()
Returns the current member in the named set. |
int |
currentOrdinal()
Returns the ordinal of the current member or tuple in the named set. |
Member[] |
currentTuple()
Returns the current tuple in the named set. |
TupleIterable |
evaluateTupleIterable()
Returns an iterator over the tuples of the named set. |
| Method Detail |
|---|
TupleIterable evaluateTupleIterable()
The iterator from this iterable maintains the current ordinal
property required for the methods currentOrdinal() and
currentTuple().
int currentOrdinal()
Member currentMember()
Applicable if the named set is a set of members.
Member[] currentTuple()
Applicable if the named set is a set of tuples.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||