|
SimJava v2.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | 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(java.lang.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(java.lang.String msg)
Sim_system to output a trace line.msg - The trace messagepublic void close()
Sim_system at the end of the simulation.
|
SimJava v2.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||