BPMN-OS
BPMN for optimization and simulation
Loading...
Searching...
No Matches
ExpectedValueScenario.cpp
Go to the documentation of this file.
2
3using namespace BPMNOS::Model;
4
6 const Model* model,
7 BPMNOS::number earliestInstantiationTime,
8 BPMNOS::number latestInstantiationTime,
9 const std::unordered_map<const Attribute*, BPMNOS::number>& globalValueMap
10)
11 : StaticScenario(model, earliestInstantiationTime, latestInstantiationTime, globalValueMap)
12{
13}
ExpectedValueScenario(const Model *model, BPMNOS::number earliestInstantiationTime, BPMNOS::number latestInstantiationTime, const std::unordered_map< const Attribute *, BPMNOS::number > &globalValueMap)
Represents a BPMN model with all its processes.
Definition Model.h:22
A scenario implementation where all data is known from the start.
BPMNOS_NUMBER_TYPE number
Definition Number.h:50