|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface defines the functions for the TarlHelper which mainly assists the TarlMain in carrying out its functions. It takes care of the details of initializing the Tarl model, running it, freeing the resources and producing the desired output.
TarlMainInterface| Method Summary | |
void |
cleanUpSystem()
Cleans up the system. |
void |
initializeModel(HelperParameters helperParameters,
java.io.File agingFunctionFile)
Initializes the Tarl model. |
void |
runModel()
Runs the Tarl model. |
void |
writeOutputFiles(java.lang.String outputFolderName)
Stores the output of the model on the file system. |
| Method Detail |
public void initializeModel(HelperParameters helperParameters,
java.io.File agingFunctionFile)
throws TarlException
HelperParameters to be used for initialization as well as when running the model. Upon execution, the Tarl model should be initialized to be run in the future.
helperParameters - Specifies the input parameters for the model to be used for initialization as well as when the model is run
TarlException - if the model constraints are violated
public void runModel()
throws TarlException
TarlException - if the model constraints are violatedpublic void writeOutputFiles(java.lang.String outputFolderName)
outputFolderName - Specifies the name of the output folderpublic void cleanUpSystem()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||