SimJava
v2.0

eduni.simjava
Interface Sim_output


public interface Sim_output

The interface that a trace output class must provide.

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(java.lang.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(java.lang.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.

SimJava
v2.0

The University of Edinburgh, 2002