Book a Demo

Author Topic: Sequence diagram tutorial  (Read 2824 times)

Bujitsu

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Sequence diagram tutorial
« on: August 27, 2004, 01:00:07 am »
Hi,

I'm new to EA. Is there a step-by-step tutorial for creating sequence diagrams in EA? I don't seem to be able to find it in the Help system.

Cheers,
Craig

thomaskilian

  • Guest
Re: Sequence diagram tutorial
« Reply #1 on: August 27, 2004, 04:21:30 am »
Craig,
the name is self-explanatory: help - not tutorial  ;)

Here a simple instruction:
- create a sequence diagram
- drag the desired object to the diagram (note that draging classes will automatically create object instances)
- select message from the toolbox
- draw a message from the sender to the receiver
- select the appropriate operation or enter a newly created with params. Eventually create new operations with the Operations button. They will be added to the classifier.

You may start with that and find out the rest or ask more questions  :)

Bujitsu

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Sequence diagram tutorial
« Reply #2 on: August 27, 2004, 06:18:10 pm »
Thomas,

Thanks for the reply.

I was single clicking the "message" from one object to the other and not clicking and dragging. :P

So the issue seems to be between my brain and fingers. I've got to stop doing things when I'm tired. :P

Thanks again,
Craig