Skip to content
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.

Identifiers

  1. Name

Attributes

No non-referential attributes.

Name

Type: X, based on String

Clone this wiki locally