◆ build()
Component Antares::Study::SystemModel::ComponentBuilder::build |
( |
| ) |
|
◆ withId()
ComponentBuilder & Antares::Study::SystemModel::ComponentBuilder::withId |
( |
std::string_view | id | ) |
|
Sets the ID of the component.
- Parameters
-
- Returns
- Reference to the ComponentBuilder object.
◆ withModel()
Sets the model of the component.
- Parameters
-
- Returns
- Reference to the ComponentBuilder object.
◆ withParameterValues()
Sets the parameter values of the component. The parameters included should be all of the model's parameters.
- Parameters
-
parameter_values | The map of parameter values to set. |
- Returns
- Reference to the ComponentBuilder object.
◆ withScenarioGroupId()
ComponentBuilder & Antares::Study::SystemModel::ComponentBuilder::withScenarioGroupId |
( |
const std::string & | scenario_group_id | ) |
|
Sets the ID of the scenario group to which the component belongs.
- Parameters
-
scenario_group_id | The scenario group ID to set. |
- Returns
- Reference to the ComponentBuilder object.
The documentation for this class was generated from the following files:
- src/study/system-model/include/antares/study/system-model/component.h
- src/study/system-model/component.cpp