![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
Instance of a deadline. More...
Public Member Functions | |
| DeadlineInstance (Deadline definition, ReactionInstance reaction) | |
| Create a new deadline instance associated with the given reaction instance. | |
| String | toString () |
Public Attributes | |
| final TimeValue | maxDelay |
| The delay D associated with this deadline. | |
Instance of a deadline.
Upon creation the actual delay is converted into a proper time value. If a parameter is referenced, it is looked up in the given (grand)parent reactor instance.
| org.lflang.generator.DeadlineInstance.DeadlineInstance | ( | Deadline | definition, |
| ReactionInstance | reaction ) |
Create a new deadline instance associated with the given reaction instance.
| String org.lflang.generator.DeadlineInstance.toString | ( | ) |
| final TimeValue org.lflang.generator.DeadlineInstance.maxDelay |
The delay D associated with this deadline.
If physical time T < logical time t + D, the deadline is met, otherwise, it is violated.