Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: JohnWSaundersIII on March 21, 2006, 04:37:04 am

Title: Activities as Subroutines - Parameter Values
Post by: JohnWSaundersIII on March 21, 2006, 04:37:04 am
I'm drawing an activity diagram to model a simple piece of code:


   Subr(1, obj.Field1);
   Subr(20, obj.Field2);
   Subr(13, obj.Field3);
   Subr(42, obj.Field4);


(Note that the real situation is more complicated, so a sequence diagram won't really work).

I have some questions on how to model this.



Thanks.