UML Diagrams - Short definition
- Use Case Diagram - The system is approached from the Actors (Users) perspective
- Sequenece Diagram - Flow of functionality
- Collaboration Diagram - Flow of functionality from user perspective
- Class Diagram - Ineraction between the classes
- State Transition Diagram - It models the state transition (if you have any, this is for the complex state objects (like a thread states Start, Running, Waiting, Abort etc..)
- Component Diagram - Physical relationship between the components
- Deployment Diagram - Layout of the network and where the components (or application) will be deployed
No comments:
Post a Comment