|
template<class I > |
static void | provideInformations (I &infos) |
|
| BindingConstraints ()=default |
| Default Constructor.
|
|
| BindingConstraints (BindingConstraints &other)=delete |
|
| BindingConstraints (BindingConstraints &&other)=delete |
|
const BindingConstraints & | operator= (BindingConstraints &&other)=delete |
|
| ~BindingConstraints ()=default |
| Destructor.
|
|
void | initializeFromStudy (Data::Study &study) |
|
void | computeSummary (std::map< unsigned int, unsigned int > &numSpaceToYear, unsigned int nbYearsForCurrentSummary) |
|
void | simulationBegin () |
|
void | simulationEnd () |
|
void | yearBegin (uint year, uint numSpace) |
|
void | yearEnd (uint year, uint numSpace) |
|
void | yearEndBuild (State &state, uint year, uint numSpace) |
|
void | weekBegin (State &state) |
|
void | weekEnd (State &state) |
|
void | weekForEachArea (State &, unsigned int numSpace) |
|
void | hourForEachArea (State &, unsigned int numSpace) |
|
void | hourBegin (uint hourInTheYear) |
|
void | hourEnd (State &state, uint hourInTheYear) |
|
void | buildSurveyReport (SurveyResults &results, int dataLevel, int fileLevel, int precision) const |
|
void | buildAnnualSurveyReport (SurveyResults &results, int dataLevel, int fileLevel, int precision, uint numSpace) const |
|
template<class V > |
void | yearEndSpatialAggregates (V &, uint, uint) |
|
template<class VCardToFindT > |
void | retrieveResultsForArea (typename Storage< VCardToFindT >::ResultsType **result, const Data::Area *area) |
|
void | buildDigest (SurveyResults &, int digestLevel, int dataLevel) const |
|
template<class V > |
void | simulationEndSpatialAggregates (V &allVars) |
|
template<class VCardToFindT > |
void | retrieveResultsForLink (typename Storage< VCardToFindT >::ResultsType **result, const Data::AreaLink *link) |
|
template<class VCardToFindT > |
void | retrieveResultsForThermalCluster (typename Storage< VCardToFindT >::ResultsType **result, const Data::ThermalCluster *cluster) |
|
template<class VCardSearchT , class O > |
void | computeSpatialAggregateWith (O &out, const Data::Area *area, uint numSpace) |
|
template<class V > |
void | computeSpatialAggregatesSummary (V &allVars, std::map< unsigned int, unsigned int > &numSpaceToYear, unsigned int) |
|
void | beforeYearByYearExport (uint year, uint numSpace) |
|