Uses of Class
uchicago.src.sim.parameter.Parameter

Packages that use Parameter
uchicago.src.sim.parameter   
 

Uses of Parameter in uchicago.src.sim.parameter
 

Subclasses of Parameter in uchicago.src.sim.parameter
 class NumericParameter
          A numeric batch run parameter.
 

Fields in uchicago.src.sim.parameter declared as Parameter
protected  Parameter Parameter.parent
           
 

Methods in uchicago.src.sim.parameter that return Parameter
 Parameter Parameter.getParent()
          Gets the parent parameter of this parameter
 

Methods in uchicago.src.sim.parameter with parameters of type Parameter
 void Parameter.addChild(Parameter subParam)
          Adds a Parameter to this parameter as a child.
 void Parameter.removeChild(Parameter p)
          Removes the specified Parameter from this Parameter's list of children.
 void Parameter.setParent(Parameter p)
          Sets the parent parameter of this parameter