Moddeling a java program using a UML sequence diagram
807597Nov 7 2005 — edited Dec 13 2005I 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()?