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