GridSim
v3.2

eduni.simjava
Interface Sim_reporter

All Known Implementing Classes:
Sim_reportfile

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.

Version:
1.0, 22 July 2002
Author:
Costas Simatos
See Also:
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

setup_report

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


append_report

public void append_report(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.


GridSim
v3.2

The University of Melbourne, Australia, 2005