bpmn++
A BPMN parser library, written in C++
Loading...
Searching...
No Matches
EscalationStartEvent.h
Go to the documentation of this file.
1#ifndef BPMN_EscalationStartEvent_H
2#define BPMN_EscalationStartEvent_H
3
4#include <memory>
5#include <vector>
6#include <optional>
8#include "TypedStartEvent.h"
9
10namespace BPMN {
11
13 friend class Model;
14public:
16};
17
18} // namespace BPMN
19
20#endif // BPMN_EscalationStartEvent_H
Scope * parent
Reference to the parent node.
Definition ChildNode.h:46
EscalationStartEvent(XML::bpmn::tStartEvent *startEvent, Scope *parent)
Base class for BPMN elements that may contain a ChildNode elements.
Definition Scope.h:24
TypedStartEvent(XML::bpmn::tStartEvent *startEvent, Scope *parent)
The BPMN namespace contains linked classes representing a BPMN model.