Modularity


Modularity: "The Architecture / Design Principle of Complex Adaptive Systems"

Modularity is a structural fact: its existence can be determined by inspecting the structure of some particular thing. If the structure has the form of a nested hierarchy, is built on units that are highly interconnected in themselves, but largely independent of other units; if the whole system functions in a coordinated way, and each unit has a well-defined role in the system, then, by our definition, the thing is modular. This is true whether we are speaking of a brain, a computer, a city or investment portfolio.

In this chapter we look at the dynamic possibilities that are inherent in modular structures and , especially, modular design. Strikingly, the changes that can be imagined in a modular structure are spanned by six, relatively simple modular operators. These operators, applied at various points and in different combinations, can generate all possible evolutionary paths for the structure. Thus the operators are a powerful set of conceptual tools that are implicit in the logic of modular designs. We define and describe the six modular operators as follows:
  1. splitting a design (and its tasks ) into modules
  2. substituting one module design for another
  3. augmenting - adding a new module to the system
  4. excluding a module from the system
  5. inverting to create new design rules
  6. porting a module to another system
Taken as a whole, these operators provide a parsimonious list of "things that designers can do" to a modular system. The first two operators - splitting and substitution - can be applied to nonmodular designs; the last four cannot. Having such a list gives us a way to classify and categorize design changes past, present, and future.

      ------------------------------------------------------------



What is Modularity?


Modularity is a concept that has proved useful in a large number of fields that deal with complex systems. Two subsidiary ideas are subsumed in the general concept. The first is the idea of interdependence within and independence across modules.(p. 64)

   A module is an element whose structural elements are powerfully connected among themselves and relatively weakly connected to elements in other units. Clearly there are degrees of connection, thus there are gradations of modularity.

   In other words, modules are units in a larger system that are structurally independent of one another, but work together. The system as a whole must therefore provide a framework - an Architecture - that allows for both independence of structure and integration of function.

   The second idea is captured by three terms: abstraction, information hiding, and interface:


No comments: