◆ build()
| System Antares::ModelerStudy::SystemModel::SystemBuilder::build |
( |
| ) |
|
Builds and returns the System object.
- Returns
- The constructed System object.
◆ withComponents()
| SystemBuilder & Antares::ModelerStudy::SystemModel::SystemBuilder::withComponents |
( |
std::vector< Component > && |
components | ) |
|
Sets the components of the system.
- Parameters
-
| components | A vector of components to set. |
- Returns
- Reference to the SystemBuilder object.
◆ withId()
| SystemBuilder & Antares::ModelerStudy::SystemModel::SystemBuilder::withId |
( |
std::string_view |
id | ) |
|
Sets the ID of the system.
- Parameters
-
- Returns
- Reference to the SystemBuilder object.
The documentation for this class was generated from the following files:
- src/study/system-model/include/antares/study/system-model/system.h
- src/study/system-model/system.cpp