Unified Modeling Language
From CSSEMediaWiki
(Difference between revisions)
m |
|||
(One intermediate revision by one user not shown) | |||
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 == | ||
Line 6: | Line 12: | ||
==Links== | ==Links== | ||
− | *http://en.wikipedia.org/wiki/Unified_Modeling_Language | + | *[http://en.wikipedia.org/wiki/Unified_Modeling_Language Wikipedia Article] |
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.