Inheritance diagram for class vmm_ms_scenario_election:
Public Attributes | |
| int unsigned | last_selected [$] |
| int unsigned | n_scenarios |
| int unsigned | next_in_set |
| int | scenario_id |
| vmm_ms_scenario | scenario_set [$] |
| rand int | select |
| int | stream_id |
Constraints | |
| constraint | round_robin ( ) |
| constraint | vmm_ms_scenario_election_valid ( ) |
|
|
|
|
|
|
|
|
|
constraint round_robin {
select == next_in_set; } |
|
|
constraint vmm_ms_scenario_election_valid {
select >= 0; select < n_scenarios; } |