bpmn++
A BPMN parser library, written in C++
Loading...
Searching...
No Matches
SignalBoundaryEvent.h
Go to the documentation of this file.
1#ifndef BPMN_SignalBoundaryEvent_H
2#define BPMN_SignalBoundaryEvent_H
3
4#include <memory>
5#include <vector>
6#include <optional>
8#include "SignalCatchEvent.h"
9#include "BoundaryEvent.h"
10
11namespace BPMN {
12
19
20} // namespace BPMN
21
22#endif // BPMN_SignalBoundaryEvent_H
BoundaryEvent(XML::bpmn::tBoundaryEvent *boundaryEvent, Scope *parent)
Scope * parent
Reference to the parent node.
Definition ChildNode.h:46
Base class for BPMN elements that may contain a ChildNode elements.
Definition Scope.h:24
XML::bpmn::tBoundaryEvent * element
SignalBoundaryEvent(XML::bpmn::tBoundaryEvent *boundaryEvent, Scope *parent)
SignalCatchEvent(XML::bpmn::tCatchEvent *catchEvent, Scope *parent)
The BPMN namespace contains linked classes representing a BPMN model.