UML Sequence Diagrams
- From: query_me2001@xxxxxxxxxxx
- Date: 17 Nov 2005 02:25:50 -0800
I am creating sequence diagrams to show the dynamic nature of my model.
I am having difficullty in representing a hierarchy of method calls in
a sequence diagram. For example take the follwoing example. I want to
call methodA(), but I walso want to show that this in turn calls,
methodB() which calls MethodC()
class General
{
methodA()
{
methodB();
}
methodB()
{
methodC();
}
methodC()
{
print ("Hello");
}
}
Can this be done in sequence diagram?
I am using Rational Rose I'm not sure if this is a limitiation of the
tool or UML. I'm sure Rational Rose does not implement UML 2.0
Thanks
.
- Follow-Ups:
- Re: UML Sequence Diagrams
- From: H. S. Lahman
- Re: UML Sequence Diagrams
- From: Mark Woyna
- Re: UML Sequence Diagrams
- From: EventHelix.com
- Re: UML Sequence Diagrams
- Prev by Date: Re: Small Cohesive Objects - Configuration
- Next by Date: Re: UML Sequence Diagrams
- Previous by thread: Design for a generic pre-allocated object factory
- Next by thread: Re: UML Sequence Diagrams
- Index(es):