Package com.amalgamasimulation.engine
Class StopEvent
java.lang.Object
com.amalgamasimulation.engine.Event
com.amalgamasimulation.engine.StopEvent
Class representing an event that just stops the
Engine
, i.e. calls
Engine.stop()
method and does nothing else- Author:
- Andrey Malykhanov
-
Nested Class Summary
Nested classes/interfaces inherited from class com.amalgamasimulation.engine.Event
Event.Status
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the description typically containing the reason for the engine stoppage, e.g.
-
Method Details
-
getDescription
Returns the description typically containing the reason for the engine stoppage, e.g. "End of simulation period"- Returns:
- description of this stop event
-