edu.iu.iv.modeling.tarl.input
Interface HelperParameters

All Known Implementing Classes:
DefaultHelperParameters

public interface HelperParameters

This interface defines the Parameters for the Helper module of Tarl. These parameters are used only by the Helper module.

Author:
Jeegar T Maru
See Also:
MainParameters

Method Summary
 ExecuterParameters getExecuterParameters()
          Returns the ParametersInterface for the Executer module of Tarl
 YearInformation getYearInformation()
          Returns the YearInformation for the model
 void initializeDefault()
          Initializes the HelperParameters with default values
 

Method Detail

initializeDefault

public void initializeDefault()
Initializes the HelperParameters with default values


getYearInformation

public YearInformation getYearInformation()
Returns the YearInformation for the model

Returns:
the year information for the model

getExecuterParameters

public ExecuterParameters getExecuterParameters()
Returns the ParametersInterface for the Executer module of Tarl

Returns:
the parameters interface for the executer module of tarl