SimJava
v2.0

eduni.simjava
Interface Sim_reporter

All Known Implementing Classes:
Anim_applet

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.

See Also:
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

setup_report

public void setup_report()
Called by Sim_system to setup the simulation's report.

append_report

public void append_report(java.lang.String line)
Called by Sim_system to append information to the simulation's report.
Parameters:
line - The line of information to append to the report

close_report

public void close_report()
Called by Sim_system to close the simulation's report.

SimJava
v2.0

The University of Edinburgh, 2002