bpmn++
A BPMN parser library, written in C++
Loading...
Searching...
No Matches
DataStore.cpp
Go to the documentation of this file.
1#include "DataStore.h"
2#include "ExtensionElements.h"
3
4using namespace BPMN;
5
7 : BaseElement(dataStore)
8 , element(dataStore)
9{
10}
11
BaseElement(XML::bpmn::tBaseElement *element)
Constructs a BaseElement object representing a BPMN element.
XML::bpmn::tDataStore * element
Definition DataStore.h:16
DataStore(XML::bpmn::tDataStore *dataStore)
Definition DataStore.cpp:6
The BPMN namespace contains linked classes representing a BPMN model.