krishna srinivasa wrote:
> 
> I would like to know how to depict this in rose 98 -
> sequence diagram.
> 
> i work in vb
> i have an interface class.
> i have the implementing class.
> the implementing class has private functions
> implementing the interface.
> the implementing class is a public class.
> should i show (the implementing class)?

Yes you show only the implementing class and
not the interface class, since a sequence
diagram shows instances (objects), not classes.
The fact that your implementing class
implements an interface is showed in a class
diagram.

> how will i show this in the sequence diagram(the
> implementing class further
> calls methods in other classes)?

Put these other objects on the diagram and
draw a message arrow between them. A message
arrow is (in this case) a method call.

> will it make any difference if i have some public
> functions also in the
> implementing class?

Show the calls that are important to show your
solution. You can show calls to methods in
the same objects (a special symbol in the tool).

/Peter
-- 
Peter Lindgren                             Bachelor of Computer Engineering
ERIEYE C2 Software Design                   http://www.ericsson.com/erisoft
Get your own AWACS:  http://www.ericsson.se/microwave/2-Products/erieye.asp
--- Opinions above, expressed or implicit, are my personal opinons only ---
************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Admin.Subscription Requests: [EMAIL PROTECTED]
* Archive of messages: 
http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*
* To: [EMAIL PROTECTED]
* Subject:<BLANK>
* Body: unsubscribe rose_forum
*
*************************************************************************

Reply via email to