|
GridSim v4.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The interface that a trace output class must provide.
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 |
public void initialise()
Sim_system before the simulation starts.
public void println(String msg)
Sim_system to output a trace line.
msg - The trace messagepublic void close()
Sim_system at the end of the simulation.
|
GridSim v4.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||