net.sourceforge.combean.mathprog.grooml
Class GNestedSet

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

GNestedSet

public GNestedSet(GSet outerSet, GSet innerSet)
Constructor
params:
outerSet the outer set
params:
innerSet the inner set


Method Detail

evaluate

public Iterator evaluate(Object env)


toString

public String toString()


tupleSize

public int tupleSize()