bpmn++
A BPMN parser library, written in C++
Loading...
Searching...
No Matches
ParallelGateway.cpp
Go to the documentation of this file.
1
#include "
ParallelGateway.h
"
2
3
using namespace
BPMN
;
4
5
ParallelGateway::ParallelGateway
(
XML::bpmn::tParallelGateway
* parallelGateway,
Scope
* parent)
6
:
Node
(parallelGateway)
7
,
Gateway
(parallelGateway,parent)
8
, element(parallelGateway)
9
{
10
}
11
ParallelGateway.h
BPMN::Gateway
Definition
Gateway.h:12
BPMN::Node
Base class for all nodes in a BPMN model.
Definition
Node.h:24
BPMN::ParallelGateway::ParallelGateway
ParallelGateway(XML::bpmn::tParallelGateway *parallelGateway, Scope *parent)
Definition
ParallelGateway.cpp:5
BPMN::Scope
Base class for BPMN elements that may contain a ChildNode elements.
Definition
Scope.h:24
XML::bpmn::tParallelGateway
Definition
tParallelGateway.h:35
BPMN
The BPMN namespace contains linked classes representing a BPMN model.
Definition
AbstractTask.h:10