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
6
namespace
BPMNOS::Keyword
{
7
8
const
std::string
False
=
"false"
;
9
const
std::string
True
=
"true"
;
10
const
std::string
Undefined
=
"undefined"
;
11
12
const
std::string
Timestamp
=
"Timestamp"
;
13
const
std::string
Instance
=
"Instance"
;
14
15
}
// BPMNOS::Keyword
16
17
#endif
// BPMNOS_Model_Keywords_H
BPMNOS::Keyword
Definition
Keywords.h:6
BPMNOS::Keyword::False
const std::string False
Definition
Keywords.h:8
BPMNOS::Keyword::Instance
const std::string Instance
Definition
Keywords.h:13
BPMNOS::Keyword::Undefined
const std::string Undefined
Definition
Keywords.h:10
BPMNOS::Keyword::Timestamp
const std::string Timestamp
Definition
Keywords.h:12
BPMNOS::Keyword::True
const std::string True
Definition
Keywords.h:9