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
3
using namespace
BPMN
;
4
5
InclusiveGateway::InclusiveGateway
(
XML::bpmn::tInclusiveGateway
* inclusiveGateway,
Scope
* parent)
6
:
Node
(inclusiveGateway)
7
,
Gateway
(inclusiveGateway,parent)
8
, element(inclusiveGateway)
9
, defaultFlow(nullptr)
10
{
11
}
12
InclusiveGateway.h
BPMN::Gateway
Definition
Gateway.h:12
BPMN::InclusiveGateway::InclusiveGateway
InclusiveGateway(XML::bpmn::tInclusiveGateway *inclusiveGateway, Scope *parent)
Definition
InclusiveGateway.cpp:5
BPMN::Node
Base class for all nodes in a BPMN model.
Definition
Node.h:24
BPMN::Scope
Base class for BPMN elements that may contain a ChildNode elements.
Definition
Scope.h:24
XML::bpmn::tInclusiveGateway
Definition
tInclusiveGateway.h:36
BPMN
The BPMN namespace contains linked classes representing a BPMN model.
Definition
AbstractTask.h:10