|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--edu.iu.iv.modeling.tarl.main.impl.DefaultTarlHelper
This class defines a default implementation of the TarlHelperInterface. It utilizes the default implementations of all the standard interfaces to achieve its cause.
TarlExecuter,
TarlHelper| Constructor Summary | |
DefaultTarlHelper()
Creates a new instance of the TarlHelper |
|
| 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 outputFolder)
Stores the output of the model on the file system. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultTarlHelper()
TarlHelper
| Method Detail |
public void initializeModel(HelperParameters helperParameters,
java.io.File agingFunctionFile)
throws TarlException
initializeModel in interface TarlHelperhelperParameters - Specifies the model parameters related to the module TarlHelper
TarlException - if the model constraints are violated
public void runModel()
throws TarlException
runModel in interface TarlHelperTarlException - if the model constraints are violatedpublic void writeOutputFiles(java.lang.String outputFolder)
writeOutputFiles in interface TarlHelperoutputFolder - Specifies the name of the output folderpublic void cleanUpSystem()
cleanUpSystem in interface TarlHelper
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||