24 #include "TSnumberData.h"
26 namespace Antares::Data::ShortTermStorage
28 class STStorageCluster;
31 namespace Antares::Data::ScenarioBuilder
37 CString<512, false> get_prefix()
const override;
38 uint get_tsGenCount(
const Study& study)
const override;
42 void attachArea(
const Area* area)
47 void saveToINIFile(Yuni::IO::File::Stream& file)
const;
53 std::map<const ShortTermStorage::STStorageCluster*, MatrixType> rules_;
54 const Area* pArea{
nullptr};
57 inline CString<512, false> ShortTermInflowsTSNumberData::get_prefix()
const
Definition for a single area.
Definition: area.h:51
Definition: ShortTermInflowsTSNumberData.h:34
bool reset(const Study &study) override
Reset data from the study.
Definition: ShortTermInflowsTSNumberData.cpp:66
bool apply(Study &study) override
Apply the changes to the study corresponding data (time series, hydro levels, ...)
Definition: ShortTermInflowsTSNumberData.cpp:33
Rules for TS numbers, for all years and a single timeseries.
Definition: TSnumberData.h:32