Sets for TS numbers, for all years and a single timeseries.
More...
#include <sets.h>
|
|
using | iterator = Rules::Map::iterator |
| | Iterator.
|
| |
|
using | const_iterator = Rules::Map::const_iterator |
| | Const iterator.
|
| |
Sets for TS numbers, for all years and a single timeseries.
◆ Sets()
| Antares::Data::ScenarioBuilder::Sets::Sets |
( |
| ) |
|
Default constructor.
- Parameters
-
| tstype | Type of the timeseries |
◆ createNew()
| Rules::Ptr Antares::Data::ScenarioBuilder::Sets::createNew |
( |
const RulesScenarioName & |
name | ) |
|
Create a new set.
- Returns
- A non-null pointer if the operation succeeded, null otherwise
◆ exists()
| bool Antares::Data::ScenarioBuilder::Sets::exists |
( |
const RulesScenarioName & |
lname | ) |
const |
|
inline |
Test if a rules set exist.
- Parameters
-
| lname | Name of the rule set (in lower case) |
◆ remove()
| bool Antares::Data::ScenarioBuilder::Sets::remove |
( |
const RulesScenarioName & |
lname | ) |
|
Delete a ruleset.
- Returns
- True if the operation suceeded, false otherwise
◆ rename()
| Rules::Ptr Antares::Data::ScenarioBuilder::Sets::rename |
( |
const RulesScenarioName & |
lname, |
|
|
const RulesScenarioName & |
newname |
|
) |
| |
Rename a given ruleset.
- Returns
- The object to the ruleset, null if the operation failed
◆ inUpdaterMode
| bool Antares::Data::ScenarioBuilder::Sets::inUpdaterMode |
Update mode, indicates wether we are called from with a ScenarioBuilderUpdater instance or not
The documentation for this class was generated from the following files:
- src/libs/antares/study/include/antares/study/scenario-builder/sets.h
- src/libs/antares/study/include/antares/study/scenario-builder/sets.hxx
- src/libs/antares/study/scenario-builder/sets.cpp