|
BPMN-OS
BPMN for optimization and simulation
|
#include <bpmn++.h>#include <functional>#include <tuple>#include "model/bpmnos/src/extensionElements/Choice.h"#include "execution/engine/src/EventDispatcher.h"#include "execution/controller/src/GreedyDispatcher.h"#include "execution/controller/src/decisions/ChoiceDecision.h"#include "BestEnumeratedChoice.h"Go to the source code of this file.
Classes | |
| class | BPMNOS::Execution::BisectionalChoice |
| Class creating a choice decision for a token at a decision task using bisection. More... | |
Namespaces | |
| namespace | BPMNOS |
| namespace | BPMNOS::Execution |