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

All Known Implementing Classes:
DefaultInputReader

public interface InputReader

This interface is used to read in the Model Parameters for the TarlMainInterface from the specified input script file on the file system

Author:
Jeegar T Maru
See Also:
TarlMainInterface, MainParameters

Method Summary
 MainParameters getModelParameters()
          Returns the Model Parameters for the model to run.
 void initialize(java.io.File inputFile)
          Initializes the model parameters with values from the given file
 

Method Detail

initialize

public void initialize(java.io.File inputFile)
Initializes the model parameters with values from the given file

Parameters:
inputFile - Specifies the input file name to read the parameters from

getModelParameters

public MainParameters getModelParameters()
Returns the Model Parameters for the model to run.

Returns:
all the model parameters for the model to run