bpmn++
A BPMN parser library, written in C++
Loading...
Searching...
No Matches
DataObject.cpp
Go to the documentation of this file.
1#include "DataObject.h"
2#include "ExtensionElements.h"
3
4using namespace BPMN;
5
7 : BaseElement(dataObject)
8 , isCollection(dataObject->isCollection.has_value() && dataObject->isCollection.value().get().value)
9 , element(dataObject)
10{
11}
12
Base class for all core BPMN elements.
Definition BaseElement.h:15
DataObject(XML::bpmn::tDataObject *dataObject)
Definition DataObject.cpp:6
The BPMN namespace contains linked classes representing a BPMN model.