|
SimJava 2.0.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Sim_reporter
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 |
---|
void setup_report()
Sim_system
to setup the simulation's report.
void append_report(String line)
Sim_system
to append information to the simulation's report.
line
- The line of information to append to the reportvoid close_report()
Sim_system
to close the simulation's report.
|
SimJava 2.0.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |