|
BPMN-OS
BPMN for optimization and simulation
|
Represents an event that increments the current time. More...
This event contains a pointer to the system state for observers to access.
Definition at line 16 of file ClockTickEvent.h.
#include <ClockTickEvent.h>
Public Member Functions | |
| ClockTickEvent (const SystemState *systemState) | |
| void | processBy (Engine *engine) const override |
| nlohmann::ordered_json | jsonify () const override |
Public Member Functions inherited from BPMNOS::Execution::Event | |
| constexpr Type | getObservableType () const override |
| Event (const Token *token) | |
| virtual | ~Event ()=default |
| template<typename T > | |
| const T * | is () const |
| Returns a pointer of type T of the Event. | |
Public Member Functions inherited from BPMNOS::Execution::Observable | |
| ~Observable () | |
Public Attributes | |
| const SystemState * | systemState |
Public Attributes inherited from BPMNOS::Execution::Event | |
| const Token * | token |
Additional Inherited Members | |
Public Types inherited from BPMNOS::Execution::Observable | |
| enum class | Type { Token , Message , SequentialPerformerUpdate , Event , DataUpdate , EntryRequest , ChoiceRequest , ExitRequest , MessageDeliveryRequest , Count } |
| ClockTickEvent::ClockTickEvent | ( | const SystemState * | systemState | ) |
Definition at line 6 of file ClockTickEvent.cpp.
|
overridevirtual |
Implements BPMNOS::Execution::Event.
Definition at line 16 of file ClockTickEvent.cpp.
|
overridevirtual |
Implements BPMNOS::Execution::Event.
Definition at line 12 of file ClockTickEvent.cpp.
| const SystemState* BPMNOS::Execution::ClockTickEvent::systemState |
Definition at line 22 of file ClockTickEvent.h.