|
BPMN-OS
BPMN for optimization and simulation
|
#include <set>#include <vector>#include <list>#include "Event.h"#include "events/TerminationEvent.h"#include "events/ClockTickEvent.h"#include "events/ErrorEvent.h"#include "events/ReadyEvent.h"#include "events/EntryEvent.h"#include "events/ChoiceEvent.h"#include "events/CompletionEvent.h"#include "events/MessageDeliveryEvent.h"#include "events/ExitEvent.h"#include "Mediator.h"#include "EventDispatcher.h"#include "SystemState.h"#include "ConditionalEventObserver.h"Go to the source code of this file.
Classes | |
| class | BPMNOS::Execution::Engine |
| class | BPMNOS::Execution::Engine::Command |
| Class storing a command to be executed by the engine. More... | |
Namespaces | |
| namespace | BPMNOS |
| namespace | BPMNOS::Execution |