|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--edu.iu.iv.modeling.tarl.TarlAlgorithm
This class implements the Algorithm interface for the TARL model. It defines an execute method which reads the input script file name from the user with the help of a File Chooser.
TarlMainInterface,
Algorithm| Constructor Summary | |
TarlAlgorithm()
|
|
| Method Summary | |
boolean |
execute()
Runs the algorithm. |
void |
setAgingFunctionFile(java.io.File file)
Set the file for the aging function. |
void |
setInputScriptFile(java.io.File file)
Set the input script file with which to initialize TARL |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TarlAlgorithm()
| Method Detail |
public void setInputScriptFile(java.io.File file)
file - The input script file.public void setAgingFunctionFile(java.io.File file)
file - The aging function file.public boolean execute()
Algorithm
execute in interface AlgorithmAlgorithm.execute()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||