|
BPMN-OS
BPMN for optimization and simulation
|
#include <string>#include <variant>Go to the source code of this file.
Namespaces | |
| namespace | BPMNOS |
Typedefs | |
| typedef std::variant< bool, int, double, std::string > | BPMNOS::Value |
Enumerations | |
| enum | BPMNOS::ValueType { BPMNOS::BOOLEAN , BPMNOS::INTEGER , BPMNOS::DECIMAL , BPMNOS::STRING , BPMNOS::COLLECTION } |