Systems Architecture · Chapter 3
A complex system has many elements or entities that are highly interrelated, interconnected, or interwoven.
Complex
An intrinsic property of the system: many interrelated, interconnected entities and relationships.
Complicated
A property of human perception: something overwhelms our ability to understand it. High apparent complexity.
Build systems of the necessary level of complexity that are not complicated.
This is our job as architects: to train our minds to understand complex systems so they do not appear complicated to us — or to anyone else who must work on the system.
| Team XT | Form | Function | Function interaction | From/To | Location | Connectivity | Role |
|---|---|---|---|---|---|---|---|
| Sue | Evaluates and approves design | Gets finalized concept/requirements | John, Amy | Cambridge | Share design tool | Team XT manager | |
| Amy | Finalizes requirements | Gets draft requirements document | Jose, Vladimir | Cambridge | Share requirement tool | Requirements group leader | |
| Jose | Develops requirement documents | Gets strategy and regulatory input | Mats, Ivan | Cambridge | Share requirement tool | Group member | |
| Vladimir | Develops requirement documents | Gets needs and competitive analysis | Heather | Cambridge | Share requirement tool | Group member | |
| Ivan | Interprets regulations | N/A | Cambridge | Share requirement tool | Group member | ||
| Mats | Interprets corporate strategy | N/A | Cambridge | Share requirement tool | Group member | ||
| John | Develops finalized concepts | Gets evaluated options | Mark | Moscow | Share design tool | Concept group leader | |
| Natasha | Develops conceptual options | Gets finalized requirements | Amy | Moscow | Share requirement tool | Group member | |
| Analyst 1 | Analyzes designs | Gets conceptual options | Natasha | Moscow | Share design tool | Group member | |
| Analyst 2 | Analyzes designs | Gets conceptual options | Natasha | Moscow | Share design tool | Group member | |
| Mark | Evaluates design options | Gets analysis | Analyst 1,2 | Moscow | Share design tool | Group member | |
| Phil | Leads supporters | N/A | Cambridge | Support group leader | |||
| Nicole | Provides IT support | Supports design tool | Design tool users | Cambridge | Group member | ||
| Meagan | Coaches team | Supports group leaders | John, Amy | Cambridge | Group member | ||
| Alex | Models project finances | Supports design analysts | Analyst 2 | Cambridge | Share design tool | Group member | |
| Dimitri | Provides administrative support | Supports manager | Sue | Cambridge | Group member | ||
| System boundary | |||||||
| Marketing | Cambridge | ||||||
| Heather | Determines needs | Gets competitive analysis | Chris | Cambridge | |||
| Chris | Does competitive analysis | N/A | Cambridge | ||||
| Operations | Cambridge | ||||||
| Karen | Plans manufacturing | Gets final design | Sue | Cambridge | |||
| James | Plans supply chain | Gets final design | Sue | Cambridge | |||
Source: Crawley, Cameron & Selva, System Architecture (2016), Table 3.1, p. 51. Retypeset; blank cells and N/A retained. Zoom: Ctrl-click on Linux; Alt/Option-click on Windows/Mac. Repeat to return.
The “value pathway” runs down the center; supporting entities (IT, coaching, admin, finance) flow in from the right; Marketing and Operations sit outside the system boundary. Source: Crawley, Cameron & Selva (2016), Fig. 3.1.
“All Gaul is divided into three parts.”
— Julius Caesar, The Gallic Wars
In the formal domain, form aggregates — we worry about physical/logical fit. In the functional domain, we decompose functions into more basic functions — and recombining them is where we encounter emergence: the real challenge.
Hierarchy is not always obvious from a functional-interaction diagram like Figure 3.1 — it took a separate view (Figure 3.2) to reveal that Sue outranks Amy, John, and Phil, who outrank everyone else.
Three flat layers — managers, group leaders, members — with no reporting structure implied within a layer. Source: Crawley, Cameron & Selva (2016), Fig. 3.2.
Three group leaders reporting to Sue, about four people reporting to each leader. Source: Crawley, Cameron & Selva (2016), Fig. 3.3.

Figure 3.4: one-level decomposition of Team XT. Source: Crawley, Cameron & Selva (2016).
Practical scale limit
One rarely sees a decomposition diagram more than two levels deep: a third level could hold up to 729 elements — far more than humans can routinely process.
Atomic part: from Greek átomos, “indivisible.”
Class and instances in Team XT
Table 3.1 has two “Analyst” entities — we could instead define a class Analyst, with Analyst 1 and Analyst 2 as its instances. The 11 players on a soccer team and the 88 keys of a piano are instances of the classes “Player” and “Key.”
Specialization is akin to inheritance in object-oriented programming: a class is created from a more general class, inheriting some attributes and functionality while adding its own.
Node with an attribute Neighbors that is itself an array of NodesTop-down
Start from the goals of a system, proceed to concept and high-level architecture, then increase detail until reaching the smallest entities of interest. Follows the “left-hand side” of the systems-engineering V model.
Bottom-up
Start from the artifacts, capabilities, or services available at the lowest-level entities, and build upward, predicting emergence.
Middle-out
Because truly complex systems have no real top or bottom, we always start somewhere in the hierarchy and reason a level or two up or down from there.
Architectural reasoning in practice
Good architects practice top-down, bottom-up, and middle-out reasoning, zigzagging between form and function throughout.
A description of a complex system’s architecture contains more information than any one person can readily comprehend.
Integrated model + projections: build one consistent model, then project it into whatever view is needed (floor plan, façade, section) — like modern 3D CAD. Views are guaranteed consistent because they come from the same model.
This course uses OPM (Object-Process Methodology), which follows the integrated-model approach.
Building a house: objects (Crane, Lumber, Foundations…) and processes (Foundation constructing, Wall constructing, Roofing) in one view. System Architect: Dov Dori, inventor of OPM. Source: Dori, D., gollner.ca (2008), reproduced in Crawley, Cameron & Selva (2016), Fig. 3.6.
OPM has its own visual conventions for the logical relationships from Section 3.4:
| Relationship | OPM Notation |
|---|---|
| Decomposition / aggregation | Triangle-headed tree |
| Specialization / generalization | Open-triangle tree |
| Class / instance | Paired filled/open-triangle tree |
Course modeling convention
This course uses OPM as its architecture representation tool throughout.
| Feature of Complex Systems | Approach |
|---|---|
| Can be decomposed into smaller, more specialized entities | Decompose; identify hierarchy; continue to ~2 levels or atomic parts |
| Certain logical relationships recur among entities | Identify class/instance; identify specialization/generalization; identify recursion |
| Patterns of relationship can be exploited when reasoning | Top-down/bottom-up/middle-out; zigzag between form and function |
| Architecture can be viewed or projected for understanding | Project from a single integrated model (OPM) |
Part 2 — Analysis of System Architecture — begins with Chapter 4, developing form and function as the building blocks of architecture in depth.
Reference
Crawley, E., Cameron, B., & Selva, D. (2016). System Architecture: Strategy and Product Development for Complex Systems. Pearson. Chapter 3.

← Course Home · Systems Architecture · Chapter 3