|
|||||
| FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
A set the consists of an inner and an outer set. The elements of the set are concatenation of the tuples of the inner set and the outer set (set product).
| Field Summary | |
|---|---|
GSet |
innerSet
|
GSet |
outerSet
|
| Constructor Summary | |
GNestedSet(GSet outerSet, GSet innerSet)
Constructor |
|
| Method Summary | |
|---|---|
Iterator |
evaluate(Object env)
|
String |
toString()
|
int |
tupleSize()
|
| Constructor Detail |
|---|
public GNestedSet(GSet outerSet, GSet innerSet)
| Method Detail |
|---|
public Iterator evaluate(Object env)
public String toString()
public int tupleSize()