bpmn++
A BPMN parser library, written in C++
Loading...
Searching...
No Matches
ThrowEvent.cpp
Go to the documentation of this file.
1#include "ThrowEvent.h"
2
3using namespace BPMN;
4
6 : Node(throwEvent)
7 , FlowNode(throwEvent,parent)
8 , Event(throwEvent,parent)
9 , element(throwEvent)
10{
11}
12
Scope * parent
Reference to the parent node.
Definition ChildNode.h:46
Event(XML::bpmn::tEvent *event, Scope *parent)
Definition Event.cpp:5
Base class for BPMN elements that may contain incoming and outgoing sequence flows.
Definition FlowNode.h:20
Base class for all nodes in a BPMN model.
Definition Node.h:24
Base class for BPMN elements that may contain a ChildNode elements.
Definition Scope.h:24
XML::bpmn::tThrowEvent * element
Definition ThrowEvent.h:17
ThrowEvent(XML::bpmn::tThrowEvent *throwEvent, Scope *parent)
Definition ThrowEvent.cpp:5
The BPMN namespace contains linked classes representing a BPMN model.