Class SimulationCancelationDelegate


  • public class SimulationCancelationDelegate
    extends Object
    This class delegates the decision if the simulation should be cancelled to a provided function. Its purpose is to decouple the SimulizarRuntimeState from eclipse specific process logic.
    • Constructor Detail

      • SimulationCancelationDelegate

        public SimulationCancelationDelegate​(Supplier<Boolean> cancelledProvider)
    • Method Detail

      • isCanceled

        public boolean isCanceled()