Yes.
A thread is an object just like any other.

1.  Model it as a class on a class diagram.  Java has a ust the right size
framework for threads.  The are Java-like libraries for C++.

2.  Model thread's run() method implementation on a sequence diagram.
Shows collaborators necessary to perform thread's function.  Show within
single scope of control.

3.  Similarly, show thread's run() method on collaboration diagram.  This
diagram will show the instances that are needed by this thread of
execution and how this thread manufactures them: dynamically, field,
local, global, etc..  This diagram may particularly help analysis of
memory and
other resource utilization, namely when are objects needed, instantiated,
synchronized and discarded from use.

Hope that this helps.

On Mon, 12 Feb 2001, O'Dwyer Eamon-eodwye01 wrote:

>
> Does Rose allow you to model this?
>
> Thanks,
>
> Eamon.
> ************************************************************************
> * 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
> *
> *************************************************************************
>

************************************************************************
* 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