Definition at line 15 of file AttributeRegistry.h.
#include <AttributeRegistry.h>
|
| | AttributeRegistry (const LIMEX::Handle< double > &limexHandle) |
| |
| Attribute * | operator[] (const std::string &name) const |
| |
| bool | contains (const std::string &name) const |
| |
| bool | contains (const Attribute *attribute) 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 |
| |
◆ AttributeRegistry()
| AttributeRegistry::AttributeRegistry |
( |
const LIMEX::Handle< double > & | limexHandle | ) |
|
◆ contains() [1/2]
| bool AttributeRegistry::contains |
( |
const Attribute * | attribute | ) |
const |
◆ contains() [2/2]
| 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::vector<Attribute*> BPMNOS::Model::AttributeRegistry::dataAttributes |
◆ dataMap
| std::unordered_map< std::string, Attribute*> BPMNOS::Model::AttributeRegistry::dataMap |
◆ globalAttributes
| std::vector<Attribute*> BPMNOS::Model::AttributeRegistry::globalAttributes |
◆ globalMap
| std::unordered_map< std::string, Attribute*> BPMNOS::Model::AttributeRegistry::globalMap |
◆ limexHandle
| const LIMEX::Handle<double>& BPMNOS::Model::AttributeRegistry::limexHandle |
◆ statusAttributes
| std::vector<Attribute*> BPMNOS::Model::AttributeRegistry::statusAttributes |
◆ statusMap
| std::unordered_map< std::string, Attribute*> BPMNOS::Model::AttributeRegistry::statusMap |
The documentation for this class was generated from the following files: