Class ShutdownLogic.ActionWithDelay

java.lang.Object
neqsim.process.logic.shutdown.ShutdownLogic.ActionWithDelay
Enclosing class:
ShutdownLogic

private static class ShutdownLogic.ActionWithDelay extends Object
Internal class to store an action with its delay.
Version:
1.0
Author:
ESOL
  • Field Details

    • action

      final LogicAction action
    • delay

      final double delay
  • Constructor Details

    • ActionWithDelay

      ActionWithDelay(LogicAction action, double delay)