|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuchicago.src.sim.parameter.AbstractParameterSetter
public abstract class AbstractParameterSetter
Defines some common code to be used by implementations of ParameterSetter.
| Nested Class Summary | |
|---|---|
protected static class |
AbstractParameterSetter.ParamName
Represents a parameter name as both its "given name" and as fully lower case. |
protected static class |
AbstractParameterSetter.ParamNameIterator
|
| Constructor Summary | |
|---|---|
AbstractParameterSetter()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
capitalize(java.lang.String str)
Captializes the specified String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface uchicago.src.sim.parameter.ParameterSetter |
|---|
getDefaultModelParameters, getDynamicParameterNames, getParameterValue, hasNext, init, isConstant, isParameter, parameterNames, setModelParameters, setNextModelParameters |
| Constructor Detail |
|---|
public AbstractParameterSetter()
| Method Detail |
|---|
protected java.lang.String capitalize(java.lang.String str)
str - the String to capitalize.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||