-
Notifications
You must be signed in to change notification settings - Fork 0
System
Leon Starr edited this page Feb 19, 2026
·
6 revisions
A System, from the perspective of our model debugger, is a bundle of modeled data and behavior that we can observe, manipulate, and otherwise interact with. We view it as a white box since we can peer inside at various degrees of detail to see what's going on, just like a code debugger. But unlike a code debugger, our System consists of modeled elements and data rather than lines of code and memory locations.
A better name might be 'System Under Test' or 'Modeled System'. But we settle with 'System' since 'model debugger' implies the rest.
- Name
No non-referential attributes.
Type: X, based on String
Copyright © 2025-2026, Leon Starr at Model Integration, LLC under the MIT Open Source License