bpmn++
A BPMN parser library, written in C++
Loading...
Searching...
No Matches
SignalBoundaryEvent.cpp
Go to the documentation of this file.
2
3using namespace BPMN;
4
6 : Node(boundaryEvent)
7 , FlowNode(boundaryEvent,parent)
8 , CatchEvent(boundaryEvent,parent)
9 , SignalCatchEvent(boundaryEvent,parent)
10 , BoundaryEvent(boundaryEvent,parent)
11 , element(boundaryEvent)
12{
13}
14
Base class for all boundary events attached to an Activity.
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
SignalBoundaryEvent(XML::bpmn::tBoundaryEvent *boundaryEvent, Scope *parent)
The BPMN namespace contains linked classes representing a BPMN model.