BPMN-OS
BPMN for optimization and simulation
Loading...
Searching...
No Matches
Keywords.h
Go to the documentation of this file.
1#ifndef BPMNOS_Model_Keywords_H
2#define BPMNOS_Model_Keywords_H
3
4#include <string>
5
6namespace BPMNOS::Keyword {
7
8const std::string False = "false";
9const std::string True = "true";
10const std::string Undefined = "undefined";
11
12const std::string Timestamp = "Timestamp";
13const std::string Instance = "Instance";
14
15} // BPMNOS::Keyword
16
17#endif // BPMNOS_Model_Keywords_H
const std::string False
Definition Keywords.h:8
const std::string Instance
Definition Keywords.h:13
const std::string Undefined
Definition Keywords.h:10
const std::string Timestamp
Definition Keywords.h:12
const std::string True
Definition Keywords.h:9