25 #include "antares/study/system-model/component.h"
28 std::vector<Antares::ModelerStudy::SystemModel::Parameter> params);
36 const std::string&
id =
"component",
41 const std::string&
id,
42 std::map<std::string, Antares::ModelerStudy::SystemModel::ParameterTypeAndValue> parameter_values,
45 std::pair<std::string, Antares::ModelerStudy::SystemModel::ParameterTypeAndValue>
46 build_context_parameter_with(
const std::string&
id,
47 const std::string& value,
49 Optimisation::VariabilityType::CONSTANT_IN_TIME_AND_SCENARIO);
Definition: component.h:69
VariabilityType
Represents the time and scenario variation of a value.
Definition: variabilityType.h:29