Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: jav on July 07, 2004, 12:27:58 am

Title: System Emulation
Post by: jav on July 07, 2004, 12:27:58 am
We are currently looking at purchasing a software development tool for our company and I was wondering if EA does or if EA will support system emulation through the UML based design (aside from sequence charts) similar to what SDL does.
Basically interested in Data Flow from process/function calls so we can debug at a design level rather than at a code level.
I understand UML does let you pass through parameters (??) but can you step through functions to see these parameters manipulated etc.
Title: Re: System Emulation
Post by: Andreas_G on July 07, 2004, 12:43:30 am
Hi jav,

to my knowledge this is not supported by EA (yet).

Regards,
Andreas
Title: Re: System Emulation
Post by: sargasso on July 11, 2004, 05:02:43 pm
There is support for STATIC analysis of runtime behaviour through the use of run state and object state used in instance diagrams.

EA does not dynamically model the impact of state/value changes across objects.  However we have successfully used these instance models to successfully analyse a complex behaviour situation for design purposes.

I see no reason why such instance models cannot be used in the same manner for debugging use.

hth
Bruce