BPMN-OS
BPMN for optimization and simulation
Loading...
Searching...
No Matches
SequentialPerformerUpdate.h
Go to the documentation of this file.
1#ifndef BPMNOS_Execution_SequentialPerformerUpdate_H
2#define BPMNOS_Execution_SequentialPerformerUpdate_H
3
4#include "Token.h"
5#include "Observable.h"
6
7namespace BPMNOS::Execution {
8
9
15
16} // namespace BPMNOS::Execution
17
18#endif // BPMNOS_Execution_SequentialPerformerUpdate_H
19
Represents a token running through a (sub)process.
Definition Token.h:35