22 #ifndef __ANTARES_LIBS_STUDY_PARTS_RENEWABLE_CLUSTER_LIST_H__
23 #define __ANTARES_LIBS_STUDY_PARTS_RENEWABLE_CLUSTER_LIST_H__
27 #include "../../fwd.h"
28 #include "../common/cluster_list.h"
31 namespace Antares::Data
40 std::string typeID()
const override;
42 bool loadFromFolder(
const std::filesystem::path& folder,
Area* area);
43 bool validateClusters()
const;
46 bool saveToFolder(
const AnyString& folder)
const override;
Definition for a single area.
Definition: area.h:51
Generic list of clustersThis class implements the base functions for a list of cluster It's used for ...
Definition: cluster_list.h:46
List of renewable clusters.
Definition: cluster_list.h:38