bpmn++
A BPMN parser library, written in C++
|
#include <memory>
#include <optional>
#include <vector>
#include "../XMLObject.h"
#include "tLoopCharacteristics.h"
#include "tExpression.h"
#include "tDataInput.h"
#include "tDataOutput.h"
#include "tComplexBehaviorDefinition.h"
#include "tMultiInstanceFlowCondition.h"
Go to the source code of this file.
Classes | |
class | XML::bpmn::tMultiInstanceLoopCharacteristics |
Namespaces | |
XML | |
The XML namespace contains classes representing XML-nodes defined in given XML-schema(s). | |
XML::bpmn | |
The XML::bpmn namespace contains classes from the following XML-schema(s): xsd/DC.xsd, xsd/DI.xsd, xsd/BPMNDI.xsd, xsd/Semantic.xsd, xsd/BPMN20.xsd. | |