I like the interpretation that Martin Fowler gave in "UML Distilled".
If activity has many triggers coming into it (many activities to one
activity),
it means that it is performed in either case (logical OR). Accordingly,
if many activities come to synchronization bar and from there to a single
activity,
it is interpreted as logical AND. 
Makes a lot of sense to me!

-----Original Message-----
From: Leslie Munday [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 12, 2002 12:23 PM
Cc: RUP Forum; Rose Forum
Subject: Re: Re: (RUP)(ROSE) Multiple Activity instances



> > fork and join.  The link between the fork and the Evaluation
> > activity state is decorated with " *[ for each candidate ] ".
> 
> I also agree with Paul on this point.  The only issue I would raise is
that
> the discussion is about a *collection* of tools:  prior to the fork, it
> might help to explicitly model (even a note would do) that a collection
goes
> into the fork, the process then iterates over the collection members, and
> the collection is then subjected to the evaluation afterwards.
> 
Excuse me for jumping in and redirecting this thread, but thought this might
be 
an opportune moment to bring up a question asked elsewhere for which I could

get no real consenus. 

When I have an activity that forks into many activities and eventually all 
these activity threads rejoin a single, terminating activity, similar to the

original example in this thread:
1) What is the difference between showing,  all transitions coming from the 
initial activity and flowing into each of the subsequent parallel
activities, 
and 
showing a single transition from the initial activity as entering a 
synchronization bar and then several transitions exiting the synchonization
bar 
and entering my parallel activities?
2) What is the difference between showing, all transition from parallel 
activities entering my single terminal activity, and
all transitions from parallel activities entering a synchronization bar and
a 
single transition from the synchronization bar entering my terminal
activity?

Is there a real diffenrence or is it just notation?

Les.

________________________________________________
Get your own "800" number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag
************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Post or Reply to: [EMAIL PROTECTED]
* Subscription Requests: [EMAIL PROTECTED]
* Archive of messages:
*    http://www.rational.com/support/usergroups/rose/rose_forum.jsp
* 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
*
* Post or Reply to: [EMAIL PROTECTED]
* Subscription Requests: [EMAIL PROTECTED]
* Archive of messages:
*    http://www.rational.com/support/usergroups/rose/rose_forum.jsp
* 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