I want to verify that i correctly understand the rational unified process.
My understanding is:
- For the requirements specification activity, i have to design the use case diagram (a general one), the class diagram (classes, attributes, relations), and a general sequence diagram.
- For the analysis activity, i have to design a detailed use case, the sequence diagram (using control, view and model classes), the analysis class diagram, the collaboration diagram
- For the conception diagram, i have to design the class diagram and the deploiement diagram
is that correct please?
for my questions:
- When can i use the activity and the state-transition diagrams?
- Is it correct to first design a class diagram in the requirement acquisition phase?
- In the implementation phase, which diagrams do i have to use? Or do you only have to generate code from some diagrams?
thank you a lot !!
Your assumptions are right.