|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RPLParameter | |
|---|---|
| uchicago.src.sim.parameter.rpl | |
| Uses of RPLParameter in uchicago.src.sim.parameter.rpl |
|---|
| Classes in uchicago.src.sim.parameter.rpl that implement RPLParameter | |
|---|---|
class |
AbstractConstantParameter
Defines common behavior for constant RPLParameters. |
class |
AbstractDynamicParameter
Defines common behavior for Dynamic RPLParameters. |
class |
AbstractRPLParameter
Default but not complete implementation of the RPLParameter interface. |
class |
BlockRPLParameter
RPLParameter created from a block definition. |
class |
BooleanRPLConstant
Represents a constant boolean parameter. |
class |
ListRPLParameter
Defines a parameter whose values are drawn from a list. |
class |
NumericRPLConstant
Defines a numeric constant parameter. |
class |
NumericRPLParameter
Defines a dynamic numeric parameter. |
class |
StringRPLConstant
Defines a constant parameter whose value is a String. |
| Methods in uchicago.src.sim.parameter.rpl that return RPLParameter | |
|---|---|
static RPLParameter |
RPLFactory.createConstant(java.lang.String name,
RPLObject val)
Creates a constant RPLParameter from the specified name and having the specified value. |
static RPLParameter |
RPLFactory.createParameter(java.lang.String name,
RPLList list)
Creates an RPLParameter with specified name whose value is defined by the specified list. |
static RPLParameter |
RPLFactory.createParameter(java.lang.String name,
RPLObject start,
RPLObject end)
Creates an RPLParameter with specified name from the specified starting and ending values. |
static RPLParameter |
RPLFactory.createParameter(java.lang.String name,
RPLObject start,
RPLObject end,
RPLObject incr)
Creates an RPLParameter with specified name from the specified starting, ending and increment values. |
RPLParameter |
RPLCompiler.getMain()
Gets the "main" RPLParameter produced by this compiler. |
RPLParameter |
ASTConstant.getRPLConstant()
|
RPLParameter |
ASTParameter.getRPLParameter()
|
| Methods in uchicago.src.sim.parameter.rpl with parameters of type RPLParameter | |
|---|---|
void |
RPLParameter.addChildConstant(RPLParameter child)
Adds the specified RPLParameter as a child constant parameter of this RPLParameter. |
void |
AbstractRPLParameter.addChildConstant(RPLParameter child)
Adds the specified RPLParameter as a child constant parameter of this RPLParameter. |
void |
RPLParameter.addChildParameter(RPLParameter child)
Adds the specified RPLParameter as a child parameter of this RPLParameter. |
void |
AbstractRPLParameter.addChildParameter(RPLParameter child)
Adds the specified RPLParameter as a child parameter of this RPLParameter. |
void |
RPLParameter.addToParent(RPLParameter parent)
Adds the this RPLParameter to as a child of the specified parent RPLParameter. |
void |
AbstractDynamicParameter.addToParent(RPLParameter parent)
Adds this AbstractDynamicParameter to the specified parent. |
void |
AbstractConstantParameter.addToParent(RPLParameter parent)
Adds this AbstractConstantParameter to the specified parent. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||