Uses of Class
uchicago.src.reflector.Introspector

Packages that use Introspector
uchicago.src.reflector   
uchicago.src.sim.engine   
 

Uses of Introspector in uchicago.src.reflector
 

Constructors in uchicago.src.reflector with parameters of type Introspector
WidgetFactory(Introspector spector, java.util.List valueFields, java.util.Map descriptors)
           
 

Uses of Introspector in uchicago.src.sim.engine
 

Methods in uchicago.src.sim.engine with parameters of type Introspector
protected  void HomeController.incrementParameters(Introspector is)
           
 long HomeController.nextModel(Introspector i)
          This is the synchronized method that does all of the work for the remote controllers.
protected  void HomeController.setModelParameters(Introspector i)
          Set the parameters in the remote model.