bpmn++
A BPMN parser library, written in C++
Loading...
Searching...
No Matches
InclusiveGateway.cpp
Go to the documentation of this file.
1#include "InclusiveGateway.h"
2
3using namespace BPMN;
4
6 : Node(inclusiveGateway)
7 , Gateway(inclusiveGateway,parent)
8 , element(inclusiveGateway)
9 , defaultFlow(nullptr)
10{
11}
12
Scope * parent
Reference to the parent node.
Definition ChildNode.h:46
Gateway(XML::bpmn::tGateway *gateway, Scope *parent)
Definition Gateway.cpp:5
XML::bpmn::tInclusiveGateway * element
InclusiveGateway(XML::bpmn::tInclusiveGateway *inclusiveGateway, Scope *parent)
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
The BPMN namespace contains linked classes representing a BPMN model.