|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--edu.iu.iv.modeling.tarl.input.impl.DefaultHelperParameters
This class defines a default implementation of the HelperParametersInterface interface. It defines model parameters which are needed by the TarlHelper and methods to access them.
DefaultTarlHelper,
DefaultExecuterParameters| Constructor Summary | |
DefaultHelperParameters()
Creates a new default instance of an HelperParameters. |
|
| Method Summary | |
ExecuterParameters |
getExecuterParameters()
Returns the ExecuterParameters for the model |
YearInformation |
getYearInformation()
Returns the YearInformation for the model |
void |
initializeDefault()
Initializes the HelperParameters with the specified values. |
void |
setExecuterParameters(ExecuterParameters executerParameters)
Stores the ExecuterParameters for the model |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultHelperParameters()
HelperParameters. It initializes the parameters using default values as described in the PNAS paper.
| Method Detail |
public void initializeDefault()
HelperParameters with the specified values.
initializeDefault in interface HelperParameterspublic YearInformation getYearInformation()
YearInformation for the model
getYearInformation in interface HelperParameterspublic ExecuterParameters getExecuterParameters()
ExecuterParameters for the model
getExecuterParameters in interface HelperParameterspublic void setExecuterParameters(ExecuterParameters executerParameters)
ExecuterParameters for the model
executerParameters - the executer parameters for the model
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||