Booch method


The Booch method is a method for object-oriented software development. It is composed of an object modeling language, an iterative object-oriented development process, and a set of recommended practices.
The method was authored by Grady Booch when he was working for Rational Software, published in 1992 and revised in 1994. It was widely used in software engineering for object-oriented analysis and design and benefited from ample documentation and support tools.
The notation aspect of the Booch method was superseded by the Unified Modeling Language, which features graphical elements from the Booch method along with elements from the object-modeling technique and object-oriented software engineering. Methodological aspects of the Booch method have been incorporated into several methodologies and processes, the primary such methodology being the Rational Unified Process.

Content of the method

The Booch notation is characterized by cloud shapes to represent classes and distinguishes the following diagrams:
ModelTypeDiagramUML correspondence
LogicalStaticClass diagramClass diagram
Object diagramObject diagram
DynamicState transition diagramState chart diagram
Interaction diagramSequence diagram
PhysicalStaticModule diagramComponent diagram
Process diagramDeployment diagram

The process is organized around a macro and a micro process.
The macro process identifies the following activities cycle:
The micro process is applied to new classes, structures or behaviors that emerge during the macro process. It is made of the following cycle: