|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuchicago.src.sim.parameter.rpl.AbstractRPLParameter
uchicago.src.sim.parameter.rpl.AbstractConstantParameter
public abstract class AbstractConstantParameter
Defines common behavior for constant RPLParameters.
| Field Summary |
|---|
| Fields inherited from class uchicago.src.sim.parameter.rpl.AbstractRPLParameter |
|---|
childConsts, childParams, convertor, curIndex, getMethod, name, setMethod, type |
| Constructor Summary | |
|---|---|
AbstractConstantParameter(java.lang.String name)
Creates an AbstractConstantParameter with the specified name. |
|
| Method Summary | |
|---|---|
void |
addToParent(RPLParameter parent)
Adds this AbstractConstantParameter to the specified parent. |
boolean |
next()
Constants do not have "next" value and so this throws an UnsupportedOperationException if called. |
void |
reset()
Resets this AbstractConstantParameter. |
| Methods inherited from class uchicago.src.sim.parameter.rpl.AbstractRPLParameter |
|---|
addChildConstant, addChildParameter, constantIterator, getName, getValue, getValue, invokeSet, parameterIterator, setModelParameter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractConstantParameter(java.lang.String name)
name - the name of the parameter.| Method Detail |
|---|
public void addToParent(RPLParameter parent)
parent.addChildConstant.
parent - the parent RPLParameter to add this as a childpublic void reset()
public boolean next()
java.lang.UnsupportedOperationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||