|
Antares Simulator
Power System Simulator
|
Public Types | |
| using | VectorByType = std::map< enum BindingConstraint::Type, BindingConstraintsRepository::Vector > |
| using | ByOperatorAndType = std::map< enum BindingConstraint::Operator, VectorByType > |
Constructor & Destructor | |
| Area::LinkMap | orderedAreasAndLinks |
| Areas ordered by their name + links ordered by their name. | |
| BindingConstraint::Set | orderedConstraint |
| Binding constraints ordered by their name. | |
| ByOperatorAndType | byOperator |
| All binding constraints according their operator (<, > and = only) | |
| AreaLink::Vector | pLink |
| Vector of pointers to links, in lexicographic order. | |
| UIRuntimeInfo (Study &study) | |
| Constructor. | |
| ~UIRuntimeInfo () | |
| Destructor. | |
| void | reloadAll () |
| Reload all informations about the study. | |
| void | reload () |
| Reload informations about the study. | |
| void | reloadBindingConstraints () |
| uint | linkCount () const |
| The total number of links in the study. | |
| uint | clusterCount () const |
| The total number of links in the clusters. | |
| AreaLink * | link (uint i) |
| Get the link according a given index. | |
| const AreaLink * | link (uint i) const |
| ThermalCluster * | cluster (uint i) |
| Get the cluster according a given index. | |
| const ThermalCluster * | cluster (uint i) const |
| BindingConstraint * | constraint (uint i) |
| const BindingConstraint * | constraint (uint i) const |
| uint | constraintCount () const |
| uint | countItems (BindingConstraint::Operator op, BindingConstraint::Type type) |
| uint | visibleClustersCount (uint layerID) |
| uint | visibleLinksCount (uint layerID) |