BPMN-OS
BPMN for optimization and simulation
Loading...
Searching...
No Matches
Content.cpp
Go to the documentation of this file.
1#include "Content.h"
2
3using namespace BPMNOS::Model;
4
5Content::Content(XML::bpmnos::tContent* content, const AttributeRegistry& attributeRegistry)
6 : element(content)
7 , key(content->key.value.value)
8 , attribute(attributeRegistry[element->attribute.value])
9{
10}
11
Content(XML::bpmnos::tContent *content, const AttributeRegistry &attributeRegistry)
Definition Content.cpp:5