|
GridSim v3.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | 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,
Sim_reportfile,
Anim_applet| Method Summary | |
void |
append_report(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(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.
|
GridSim v3.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||