net.sourceforge.combean.mathprog.grooml
Class GDynamicSet

A set with a dynamic definition that is evaluated when the elements of the set are being accessed.

Field Summary
 Closure genSet
           
 
Constructor Summary
GDynamicSet(Closure genSet)
            Constructor is convertable to a set)
 
Method Summary
Iterator evaluate(Object env)
          
String toString()
          
 

Constructor Detail

GDynamicSet

public GDynamicSet(Closure genSet)
Constructor
params:
genSet the closure that defines the set (must return a value that
is convertable to a set)


Method Detail

evaluate

public Iterator evaluate(Object env)


toString

public String toString()