GridSim
v3.0

eduni.simjava
Interface Sim_output

All Known Implementing Classes:
Sim_outfile

public interface Sim_output

The interface that a trace output class must provide.

Version:
1.0, 4 September 1996
Author:
Ross McNab
See Also:
Sim_system

Method Summary
 void close()
          Called by Sim_system at the end of the simulation.
 void initialise()
          Called by Sim_system before the simulation starts.
 void println(String msg)
          Called by Sim_system to output a trace line.
 

Method Detail

initialise

public void initialise()
Called by Sim_system before the simulation starts.


println

public void println(String msg)
Called by Sim_system to output a trace line.

Parameters:
msg - The trace message

close

public void close()
Called by Sim_system at the end of the simulation.


GridSim
v3.0

The University of Melbourne, Australia, 2004