22#ifndef __ANTARES_LIBS_STUDY_PARTS_RENEWABLE_CLUSTER_LIST_H__
23#define __ANTARES_LIBS_STUDY_PARTS_RENEWABLE_CLUSTER_LIST_H__
28#include "../common/cluster_list.h"
31namespace Antares::Data
40 std::string typeID()
const override;
42 bool loadFromFolder(
const std::filesystem::path& folder,
Area* area);
43 bool validateClusters()
const;
45 bool saveToFolder(
const AnyString& folder)
const override;
Definition for a single area.
Definition area.h:52
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