Antares Xpansion
Investment simulations for Antares studies
|
LinkProfile structure. More...
#include <LinkProfile.h>
Classes | |
class | InvalidHourForProfile |
Public Member Functions | |
LinkProfile (std::shared_ptr< ProblemGenerationLog::ProblemGenerationLogger > logger) | |
LinkProfile default constructor. | |
double | getDirectProfile (size_t hour) const |
returns the value of a direct link profile | |
double | getIndirectProfile (size_t hour) const |
returns the value of a direct link profile | |
bool | operator== (const LinkProfile &rhs) const |
LinkProfile structure.
double LinkProfile::getDirectProfile | ( | size_t | hour | ) | const |
returns the value of a direct link profile
hour | : period for which to get the linkprofile value (between 0 and 8759) |
double LinkProfile::getIndirectProfile | ( | size_t | hour | ) | const |
returns the value of a direct link profile
hour | : period for which to get the linkprofile value (between 0 and 8759) |