|
BPMN-OS
BPMN for optimization and simulation
|
#include <bpmn++.h>#include "Controller.h"#include "Evaluator.h"#include "execution/engine/src/Mediator.h"#include "execution/engine/src/Observer.h"#include "execution/engine/src/EventDispatcher.h"#include "execution/engine/src/events/TerminationEvent.h"#include "execution/model/src/FlattenedGraph.h"#include "model/bpmnos/src/extensionElements/Gatekeeper.h"#include "model/bpmnos/src/extensionElements/Choice.h"#include "model/bpmnos/src/extensionElements/MessageDefinition.h"#include "model/bpmnos/src/extensionElements/Content.h"#include "model/utility/src/tuple_map.h"#include <unordered_map>#include <utility>#include <memory>Go to the source code of this file.
Classes | |
| class | BPMNOS::Execution::SeededController |
| A controller dispatching decisions in the order derived from a given seed. More... | |
| struct | BPMNOS::Execution::SeededController::Config |
| struct | BPMNOS::Execution::SeededController::pair_hash |
| Map holding the entry vertex of a sequential activity performed by a sequential performer. More... | |
Namespaces | |
| namespace | BPMNOS |
| namespace | BPMNOS::Execution |