#include <Simulation.h>
Inheritance diagram for SimulationEndEvent:

It uses the Simulation::End method to do this.
Definition at line 287 of file Simulation.h.
Public Member Functions | |
| Simulation * | GetSimulation () |
| Returns the corresponding simulation for the event. | |
| long | GetTime () |
| Returns the time when the event shall happen. | |
| virtual void | Handle () |
| Handles the end event by calling the simulation's end method. | |
| SimulationEndEvent () | |
| Creates a new simulation end event. | |
| virtual | ~SimulationEndEvent () |
| Destroys the simulation end event. | |
|
|
Creates a new simulation end event.
|
|
|
Destroys the simulation end event.
|
|
|
Returns the corresponding simulation for the event.
|
|
|
Returns the time when the event shall happen.
|
|
|
Handles the end event by calling the simulation's end method.
Reimplemented from SimulationEvent. |
1.3.6