Class ShutdownLogic.ActionWithDelay
java.lang.Object
neqsim.process.logic.shutdown.ShutdownLogic.ActionWithDelay
- Enclosing class:
ShutdownLogic
Internal class to store an action with its delay.
- Version:
- 1.0
- Author:
- ESOL
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final LogicAction(package private) final double -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
action
-
delay
final double delay
-
-
Constructor Details
-
ActionWithDelay
ActionWithDelay(LogicAction action, double delay)
-