2009-12-10

UML Model View

  1. User Model View => Use Case
    • Use Case Diagram
  2. Architectual Model View => Classes
    • Class Diagram
  3. Behavioral Model View => Objects
    • Sequence Diagram, Collaboration Diagram: The communications between objects.
    • Statechar Diagram: The changing of objects status.
    • Activity Diagram: The logic flow of single process or operation.
  4. Implementation Model View => Components, Modules
    • Component Diagram: The Relationships between modules.
  5. Environment Model View => System
    • Deployment Diagram: Mapping of processes or threads to processors or devices.

No comments:

Post a Comment