Glossary
The terms below form Bausteinsicht’s ubiquitous language — the same words are used in this documentation, the specification, and the source code.
Model concepts
| Term | Definition |
|---|---|
Element |
A node in the architecture model — a system, container, component, actor, datastore, and so on. Elements are nested arbitrarily deep and keyed by a dot-separated path that doubles as their unique ID (e.g. |
Element kind |
The type of an element ( |
Relationship |
A directed connection between two elements, with a |
View |
A named filter over the model that becomes one draw.io page. A view lists what to |
Scope |
The element a view drills into. A scoped view shows that element’s children inside its boundary and powers page-based drill-down navigation. |
Dynamic view |
A behavioral view: an ordered list of interaction |
Specification |
The model section that defines the vocabulary: which element kinds and relationship kinds exist, plus tags, patterns, and decision records. |
Lifecycle status |
An optional element field tracking its stage: |
Pattern |
A reusable element/relationship template that |
Synchronization
| Term | Definition |
|---|---|
Forward sync |
Applying model changes to the draw.io diagram (model → draw.io). |
Reverse sync |
Applying draw.io edits (titles, descriptions, technology, new shapes/connectors) back to the model (draw.io → model). |
Model-wins |
The conflict-resolution policy: when the same element changed on both sides since the last sync, the model value is kept and a warning is shown — never a silent overwrite. |
Sync state |
The checksummed JSON snapshot of the last synchronized state, stored in |
|
The attribute carried by every synced draw.io cell that anchors it to its model element — the link between the two file formats. |
Endpoint lifting |
When a relationship’s endpoint is not directly visible in a view, the connector is attached to the nearest visible ancestor element instead. |
Boundary |
A container shape in draw.io that visually encloses a scoped element’s children; it auto-expands to fit them. |
Drill-down navigation |
Page-based navigation between abstraction levels: one draw.io page per view, with sync-generated cross-page links and a back button. See ADR-009. |
Tooling & styling
| Term | Definition |
|---|---|
Template |
A draw.io file whose shapes carry a |
Overlay |
A metric heatmap applied on top of a diagram (e.g. coloring elements by a metric), added/removed by the |
Badge |
A small visual marker attached to an element in the diagram (e.g. a decision badge). |
Snapshot |
A versioned capture of the whole architecture model, stored under |
Stale element |
An element flagged by the |
Workspace |
A multi-model grouping that lets several Bausteinsicht models be validated and related together. |
REPL |
The interactive shell ( |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.