|
BPMN-OS
BPMN for optimization and simulation
|
Structure representing a completion expression. More...
Stores the compiled expression to evaluate when a task completes.
Definition at line 42 of file StochasticScenario.h.
#include <StochasticScenario.h>
Public Attributes | |
| const Attribute * | attribute |
| The attribute to update. | |
| std::unique_ptr< Expression > | expression |
| Compiled expression to evaluate at completion time. | |
| const Attribute* BPMNOS::Model::CompletionExpression::attribute |
Definition at line 43 of file StochasticScenario.h.
| std::unique_ptr<Expression> BPMNOS::Model::CompletionExpression::expression |
Definition at line 44 of file StochasticScenario.h.