Object Oriented Software Engineering   View all facts   Glossary   Help
subject > process > modelling > architectural modelling
Next modellingdynamic modelling    Upmodelling    Previous modellinguse case modelling   

architectural modelling comparison table
Subject use follow has definition perform by is a subtopic of is a kind of have challenge
modellingformal languages The process of creating a model 5.1 - What is UML?process 
architectural modellingUML diagrams these steps iteratively:
  1. Sketch an outline of the architecture, based on the principal requirements and use cases. Determine the main components that will be needed, such as databases, particular hardware devices and the main software subsystems. Choose architectural patterns.
  2. Refine the architecture by identifying the main ways in which the components will interact, and by identifying the interfaces between them. Decide how each piece of data and functionality will be distributed among the various components. Determine if you can re-use an existing framework.
  3. Consider each use case and adjust the architecture to make it realizable
  4. Mature the architecture as you define the final class diagrams and interaction diagrams
 architectural modeller9.4 - Software Architecturemodellingis to produce a relevant and synthetic picture of a large and complex system

Next modellingdynamic modelling    Upmodelling    Previous modellinguse case modelling