|
SimJava v2.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface defines the functionality that must be present in the simulation's reporter. The reporter is the class that will be responsible for outputing the simulation's report.
Sim_system,
Anim_applet| Method Summary | |
void |
append_report(java.lang.String line)
Called by Sim_system to append information to the simulation's report. |
void |
close_report()
Called by Sim_system to close the simulation's report. |
void |
setup_report()
Called by Sim_system to setup the simulation's report. |
| Method Detail |
public void setup_report()
Sim_system to setup the simulation's report.public void append_report(java.lang.String line)
Sim_system to append information to the simulation's report.line - The line of information to append to the reportpublic void close_report()
Sim_system to close the simulation's report.
|
SimJava v2.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||