1#ifndef BPMNOS_Model_ExpectedValueScenario_H
2#define BPMNOS_Model_ExpectedValueScenario_H
8class ExpectedValueDataProvider;
26 const std::unordered_map<const Attribute*, BPMNOS::number>& globalValueMap
Data provider that accepts stochastic CSV format but uses expected values.
A scenario identical to StaticScenario for expected value evaluation.
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.
const Model * model
Pointer to the BPMN model.
A scenario implementation where all data is known from the start.
BPMNOS::number earliestInstantiationTime
BPMNOS::number latestInstantiationTime
BPMNOS_NUMBER_TYPE number