aspose file tools
The moose likes OO, Patterns, UML and Refactoring and the fly likes Difference Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » OO, Patterns, UML and Refactoring
Reply Bookmark "Difference" Watch "Difference" New topic
Author

Difference

Puja Potdar
Greenhorn

Joined: Oct 17, 2001
Posts: 20
What is the diff between Sequence Diagram, Collaboration diagram , State Diagram and Activity Diagram
Poonam Akash
Ranch Hand

Joined: Jul 26, 2001
Posts: 100
Sequence diagram and Collaboration are both Interaction Diagrams that main difference b/t the two is that Sequence diagram shows Interaction of objects w.r.t. time while collaboration diag. does not.Also with collaboration diag it is more easy to depict that with how many objects does an object interact.
State diagram shows the states of an object within many use cases while activity diag shows states of many objects in many use cases...
Pls correct me if i am wrong.
Bye,
Poonam.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Difference
 
Similar Threads
Garbage Collection Program
Component Diagram
Class Diagram and Object Diagram
WA #1.....word association
Use case diagrams are static or dynamic diagrams?