BPMN-OS
BPMN for optimization and simulation
Loading...
Searching...
No Matches
BPMNOS::Model::CompletionExpression Struct Reference

Structure representing a completion expression. More...

Detailed Description

Stores the compiled expression to evaluate when a task completes.

Definition at line 42 of file StochasticScenario.h.

#include <StochasticScenario.h>

Public Attributes

const Attributeattribute
 The attribute to update.
 
std::unique_ptr< Expressionexpression
 Compiled expression to evaluate at completion time.
 

Member Data Documentation

◆ attribute

const Attribute* BPMNOS::Model::CompletionExpression::attribute

Definition at line 43 of file StochasticScenario.h.

◆ expression

std::unique_ptr<Expression> BPMNOS::Model::CompletionExpression::expression

Definition at line 44 of file StochasticScenario.h.


The documentation for this struct was generated from the following file: