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

All Known Implementing Classes:
DefaultMainParameters

public interface MainParameters

This interface defines the Parameters used by the Main module of Tarl. There are no parameters that Main uses directly. They are used between the Helper, Executer and the Manager modules of Tarl.
The behavior of the model depends on these parameters. For example, the parameter "number of authors at start" determines the number of authors that the system starts with. These parameters are to be read from the GUI or the script-file.

Author:
Jeegar T Maru
See Also:
TarlMainInterface

Method Summary
 HelperParameters getHelperParameters()
          Returns the module containing Parameters for the Helper module for Tarl
 void initializeDefault()
          Initializes the MainParameters with default values
 

Method Detail

initializeDefault

public void initializeDefault()
Initializes the MainParameters with default values


getHelperParameters

public HelperParameters getHelperParameters()
Returns the module containing Parameters for the Helper module for Tarl

Returns:
the module containing Parameters for the Helper module for Tarl