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
3using namespace BPMN;
4
6 : Node(eventBasedGateway)
7 , Gateway(eventBasedGateway,parent)
8 , element(eventBasedGateway)
9{
10}
11
EventBasedGateway(XML::bpmn::tEventBasedGateway *eventBasedGateway, 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.