-
Notifications
You must be signed in to change notification settings - Fork 0
Leon Starr edited this page Jun 21, 2026
·
1 revision
System is directed by zero or one Scenario
Scenario directs exactly one System
One mode of model debugging is to run a Scenario against a System and see what happens. Alternatively, we can just load up the System and interact with it using individual debugger commands. Or we might do a combination, periodically suspending the System, poking around in it, and resuming execution while monitoring various aspects.
Consequently, the specification of a Scenario is optional, but there can be at most one loaded at a time.
Copyright 2025-2026 © Leon Starr under MIT Open Source License