1#ifndef BPMNOS_Model_Parameter_H
2#define BPMNOS_Model_Parameter_H
6#include <unordered_map>
34typedef std::unordered_map< std::string, std::unique_ptr<Parameter> >
ParameterMap;
XML::bpmnos::tParameter * element
std::unique_ptr< const Expression > getExpression(XML::bpmnos::tParameter *parameter, const AttributeRegistry &attributeRegistry) const
std::unique_ptr< const Expression > expression
Parameter(XML::bpmnos::tParameter *parameter, const AttributeRegistry &attributeRegistry)
std::unordered_map< std::string, std::unique_ptr< Parameter > > ParameterMap