Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Moddeling a java program using a UML sequence diagram

807597Nov 7 2005 — edited Dec 13 2005
I am trying to model Java programs using UML sequence diagrams.
I know that the boxes at the top of the diagram are our Objects, but when im modelling a program should I only be showing objects which are created in main?
Also when I am showing the method interactions should I only be showing methods which are in main which correspond to an object for example calls like
Object.method()?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 10 2006
Added on Nov 7 2005
24 comments
545 views