Analyse the system in terms of UML

While developing a system we analyse the system in terms of UML diagrams how should we proceed to explain these and draw them accurately.

Questions by udayakiran

Showing Answers 1 - 6 of 6 Answers

This comes under OOAD :
Steps involved :
-----------------------------------------------------
1. Identifying the Actors
2. Identifying Individual Usecases

( Draw usecase diagrams, Which includes Actor participations. This would be the part of requirement gathering )
-----------------------------------------------------
3. Identifying Objects : Word form analysis from the requirment document will give you the list of Objects and their responsibilities.
    Objects can be clasified in to three.
    1. Entity Objects ( Draw Class Diagrams and relationship diagrams )
    2. Controller Objects ( Draw Class Diagrams )
    3. Interface Objects. ( Draw Class Diagrams )
------------------------------------------------------------
4. Design Components
   Draw Compoent diagram
-------------------------------------------------------------
5. Design the Object Interactions and process
    Draw Sequence diagrams
    Draw Collaborations diagrams
    Draw State chart diagrams
    Draw activity diagrams
--------------------------------------------------------------
 6. Deployment diagram

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions