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

Structure representing an arrival expression. More...

Detailed Description

Stores the compiled expression to evaluate when a token arrives at an activity.

Definition at line 32 of file StochasticScenario.h.

#include <StochasticScenario.h>

Public Attributes

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

Member Data Documentation

◆ attribute

const Attribute* BPMNOS::Model::ArrivalExpression::attribute

Definition at line 33 of file StochasticScenario.h.

◆ expression

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

Definition at line 34 of file StochasticScenario.h.


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