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