![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Control rule. More...
Public Attributes | |
| char * | ID |
| Rule ID. | |
| double | priority |
| Priority level. | |
| struct TPremise * | firstPremise |
| Pointer to first premise of rule. | |
| struct TPremise * | lastPremise |
| Pointer to last premise of rule. | |
| struct TAction * | thenActions |
| Pointer to actions if true. | |
| struct TAction * | elseActions |
| Pointer to actions if false. | |
Control rule.
| struct TAction* TRule::elseActions |
Pointer to actions if false.
| struct TPremise* TRule::firstPremise |
Pointer to first premise of rule.
| char* TRule::ID |
Rule ID.
| struct TPremise* TRule::lastPremise |
Pointer to last premise of rule.
| double TRule::priority |
Priority level.
| struct TAction* TRule::thenActions |
Pointer to actions if true.