Book a Demo

Author Topic: Modeling events  (Read 2144 times)

jd

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Modeling events
« on: February 07, 2007, 11:05:58 am »
How does one go about modeling events in EA?

Say for instance I have two class A and Class B. Class A fires/triggers an event (DataChanged) and class B responds to the event.

On my diagram I have created Class A and a signal called DataChanged but I don't know how to set up the association properties.

jeshaw2

  • EA User
  • **
  • Posts: 701
  • Karma: +0/-0
  • I'm a Singleton, what pattern are you?
    • View Profile
Re: Modeling events
« Reply #1 on: February 08, 2007, 01:07:33 pm »
If your desire is to model event driven behavior, try using a State Machine Diagram instead of a Static Structure diagram.
Verbal Use Cases aren't worth the paper they are written upon.