Class StopEvent

java.lang.Object
com.amalgamasimulation.engine.Event
com.amalgamasimulation.engine.StopEvent

public class StopEvent extends Event
Class representing an event that just stops the Engine, i.e. calls Engine.stop() method and does nothing else
Author:
Andrey Malykhanov
  • Method Details

    • getDescription

      public String getDescription()
      Returns the description typically containing the reason for the engine stoppage, e.g. "End of simulation period"
      Returns:
      description of this stop event