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
4
using namespace
BPMN
;
5
6
DataStore::DataStore
(
XML::bpmn::tDataStore
* dataStore)
7
:
BaseElement
(dataStore)
8
,
element
(dataStore)
9
{
10
}
11
DataStore.h
ExtensionElements.h
BPMN::BaseElement::BaseElement
BaseElement(XML::bpmn::tBaseElement *element)
Constructs a BaseElement object representing a BPMN element.
Definition
BaseElement.cpp:6
BPMN::DataStore::element
XML::bpmn::tDataStore * element
Definition
DataStore.h:16
BPMN::DataStore::DataStore
DataStore(XML::bpmn::tDataStore *dataStore)
Definition
DataStore.cpp:6
XML::bpmn::tDataStore
Definition
tDataStore.h:36
BPMN
The BPMN namespace contains linked classes representing a BPMN model.
Definition
AbstractTask.h:10