BPMN-OS
BPMN for optimization and simulation
Loading...
Searching...
No Matches
Event.cpp
Go to the documentation of this file.
1#include "Event.h"
2
3using namespace BPMNOS::Execution;
4
5Event::Event(const Token* token)
6 : token(token)
7{
8}
9
Represents a token running through a (sub)process.
Definition Token.h:35
Event(const Token *token)
Definition Event.cpp:5