-
Notifications
You must be signed in to change notification settings - Fork 0
Leon Starr edited this page Feb 19, 2026
·
5 revisions
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 at Model Integration, LLC under the MIT Open Source License