Antares Simulator
Power System Simulator
|
A class to load studies from the file tree. More...
#include <FileTreeStudyLoader.h>
Public Member Functions | |
FileTreeStudyLoader (std::filesystem::path study_path) | |
std::unique_ptr< Antares::Data::Study > | load () const override |
Loads a study from the file tree. | |
![]() |
A class to load studies from the file tree.
This class is responsible for loading studies from files in file system.
|
nodiscardoverridevirtual |
Loads a study from the file tree.
This function prepares the arguments required by the Antares Solver application and then calls the application's prepare method. It then returns the study loaded by the application.
Implements Antares::IStudyLoader.