BPMN-OS
BPMN for optimization and simulation
Loading...
Searching...
No Matches
tLoopCharacteristics.cpp
Go to the documentation of this file.
1
#include "
tLoopCharacteristics.h
"
2
3
using namespace
XML
;
4
using namespace
XML::bpmnos
;
5
6
tLoopCharacteristics::tLoopCharacteristics
(
const
Namespace
& xmlns,
const
ClassName
& className,
const
xercesc::DOMElement* element,
const
Attributes
& defaultAttributes) :
7
XMLObject
(xmlns, className, element, defaultAttributes)
8
,
parameter
(getChildren<
tParameter
>())
9
{
10
}
XML::XMLObject
A class representing a node in an XML-tree.
Definition
XMLObject.h:115
XML::bpmnos::parameter
Definition
parameter.h:27
XML::bpmnos::tLoopCharacteristics::tLoopCharacteristics
tLoopCharacteristics(const Namespace &xmlns, const ClassName &className, const xercesc::DOMElement *element, const Attributes &defaultAttributes)
Definition
tLoopCharacteristics.cpp:6
XML::bpmnos::tParameter
Definition
tParameter.h:26
XML::bpmnos
The XML::bpmnos namespace contains classes from the following XML-schema(s): xsd/BPMNOS....
Definition
attribute.h:13
XML
The XML namespace contains classes representing XML-nodes defined in given XML-schema(s).
Definition
bpmn++.h:18
XML::Namespace
std::string Namespace
Definition
bpmn++.h:25
XML::ClassName
std::string ClassName
Definition
bpmn++.h:22
XML::Attributes
std::vector< Attribute > Attributes
Definition
bpmn++.h:81
tLoopCharacteristics.h