1#ifndef BPMNOS_Model_AttributeRegistry_H
2#define BPMNOS_Model_AttributeRegistry_H
20 bool contains(
const std::string& name)
const;
bool contains(const std::string &name) const
void setValue(const Attribute *attribute, Values &status, Values &data, Values &globals, std::optional< BPMNOS::number > value) const
Attribute * operator[](const std::string &name) const
std::map< std::string, Attribute * > dataAttributes
std::map< std::string, Attribute * > globalAttributes
std::map< std::string, Attribute * > statusAttributes
std::optional< BPMNOS::number > getValue(const Attribute *attribute, const Values &status, const Values &data, const Values &globals) const