Definition at line 14 of file AttributeRegistry.h.
#include <AttributeRegistry.h>
|
| Attribute * | operator[] (const std::string &name) const |
| |
| bool | contains (const std::string &name) const |
| |
| std::optional< BPMNOS::number > | getValue (const Attribute *attribute, const Values &status, const Values &data, const Values &globals) const |
| |
| std::optional< BPMNOS::number > | getValue (const Attribute *attribute, const Values &status, const SharedValues &data, const Values &globals) const |
| |
| void | setValue (const Attribute *attribute, Values &status, Values &data, Values &globals, std::optional< BPMNOS::number > value) const |
| |
| void | setValue (const Attribute *attribute, Values &status, SharedValues &data, Values &globals, std::optional< BPMNOS::number > value) const |
| |
◆ contains()
| bool AttributeRegistry::contains |
( |
const std::string & | name | ) |
const |
◆ getValue() [1/2]
◆ getValue() [2/2]
◆ operator[]()
| Attribute * AttributeRegistry::operator[] |
( |
const std::string & | name | ) |
const |
◆ setValue() [1/2]
◆ setValue() [2/2]
◆ Attribute
◆ dataAttributes
| std::map< std::string, Attribute*> BPMNOS::Model::AttributeRegistry::dataAttributes |
◆ globalAttributes
| std::map< std::string, Attribute*> BPMNOS::Model::AttributeRegistry::globalAttributes |
◆ statusAttributes
| std::map< std::string, Attribute*> BPMNOS::Model::AttributeRegistry::statusAttributes |
The documentation for this class was generated from the following files: