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
3
using namespace
BPMNOS::Execution
;
4
5
Event::Event
(
const
Token
* token)
6
: token(token)
7
{
8
}
9
Event.h
BPMNOS::Execution::Token
Represents a token running through a (sub)process.
Definition
Token.h:35
BPMNOS::Execution
Definition
Controller.h:9
BPMNOS::Execution::Event::Event
Event(const Token *token)
Definition
Event.cpp:5