|
BPMN-OS
BPMN for optimization and simulation
|
#include "Number.h"#include "Keywords.h"#include "StringRegistry.h"#include "CollectionRegistry.h"#include "model/bpmnos/src/extensionElements/ExtensionElements.h"#include <cassert>Go to the source code of this file.
Namespaces | |
| namespace | BPMNOS |
Functions | |
| double | BPMNOS::stod (const std::string &str) |
| int | BPMNOS::stoi (const std::string &str) |
| number | BPMNOS::to_number (const std::string &valueString, const ValueType &type) |
| Converts a string to a number. | |
| number | BPMNOS::to_number (const Value &value, const ValueType &type) |
| Converts a value to a number. | |
| std::string | BPMNOS::to_string (number numberValue, const ValueType &type) |
| Converts a number to a string. | |
| BPMNOS::Values | BPMNOS::mergeValues (const std::vector< BPMNOS::Values > &valueSets) |