BPMN-OS
BPMN for optimization and simulation
Loading...
Searching...
No Matches
ClockTickEvent.h
Go to the documentation of this file.
1#ifndef BPMNOS_Execution_ClockTickEvent_H
2#define BPMNOS_Execution_ClockTickEvent_H
3
4#include <bpmn++.h>
6
7namespace BPMNOS::Execution {
8
9/**
10 * @brief Represents an event that increments the current time.
11 *
12 * This event contains a pointer to the process model and a unique instance identifier.
13 */
16 void processBy(Engine* engine) const override;
17
18 nlohmann::ordered_json jsonify() const override;
19};
20
21} // namespace BPMNOS::Execution
22
23#endif // BPMNOS_Execution_ClockTickEvent_H
24
Represents an event that increments the current time.
void processBy(Engine *engine) const override
nlohmann::ordered_json jsonify() const override