Unified Modeling Language
From CSSEMediaWiki
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
− | Unified | + | Unified Modelling Language (UML) is a standardized general-purpose modelling language in the field of software engineering. UML includes schemas for graphically representing many aspect of program architecture. These representations include a variety of different types of diagrams: |
+ | * Class Diagram | ||
+ | * Use Case Diagram | ||
+ | * Component Diagram | ||
+ | * Activity Diagram | ||
+ | * Sequence Diagram | ||
+ | * ... | ||
== Tools == | == Tools == |
Latest revision as of 08:47, 28 September 2009
Unified Modelling Language (UML) is a standardized general-purpose modelling language in the field of software engineering. UML includes schemas for graphically representing many aspect of program architecture. These representations include a variety of different types of diagrams:
- Class Diagram
- Use Case Diagram
- Component Diagram
- Activity Diagram
- Sequence Diagram
- ...
Tools
A list of common tools for designing UML is available on the OO tools article.