| 158 | int GetID() const { return id; } |
| 159 | int GetIndex() const { return index; } |
| 160 | double GetInitial() const { return initial; } |
| 161 | double GetInflow() const { return inflow; } |
| 162 | double GetOutflow() const { return outflow; } |
| 163 | int GetGeometry() const { return geometry; } |
no outgoing calls
no test coverage detected