|
|
| Cluster (Area *parent) |
| |
|
const std::string & | id () const |
| |
|
const std::string & | name () const |
| |
|
void | setName (const AnyString &newname) |
| |
|
Yuni::String | getFullName () const |
| |
|
void | setGroup (const std::string &group) |
| |
|
std::string | getGroup () const |
| |
| virtual bool | integrityCheck ()=0 |
| | Check and fix all values of a renewable cluster. More...
|
| |
|
virtual bool | forceReload (bool reload) const =0 |
| | Invalidate all data associated to the cluster.
|
| |
|
void | invalidateArea () |
| | Invalidate the whole attached area.
|
| |
|
virtual void | markAsModified () const =0 |
| | Mark the cluster as modified.
|
| |
|
bool | isVisibleOnLayer (const size_t &layerID) const |
| | Check wether the cluster is visible in a layer (it's parent area is visible in the layer)
|
| |
| virtual void | reset () |
| | Reset to default values. More...
|
| |
|
bool | saveDataSeriesToFolder (const AnyString &folder) const |
| |
|
bool | loadDataSeriesFromFolder (Study &s, const std::filesystem::path &folder) |
| |
|
bool | isEnabled () const |
| |
|
|
std::string | pName |
| |
|
std::string | pID |
| |
◆ integrityCheck()
| virtual bool Antares::Data::Cluster::integrityCheck |
( |
| ) |
|
|
pure virtual |
◆ reset()
| void Antares::Data::Cluster::reset |
( |
| ) |
|
|
virtual |
◆ modulation
| Matrix Antares::Data::Cluster::modulation |
Modulation matrix.
It is merely a 3x8760 matrix [modulation cost, modulation capacity, market bid modulation] per hour
The documentation for this class was generated from the following files:
- src/libs/antares/study/include/antares/study/parts/common/cluster.h
- src/libs/antares/study/parts/common/cluster.cpp