Book a Demo

Author Topic: Linked model elements  (Read 3735 times)

Damo

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Linked model elements
« on: June 17, 2008, 01:16:36 am »
For the life of me I stupidly cannot figure out how to link from one model element to another, for example the use case models provided as examples by EA have an infinity sign or pair of glasses on them which when double clicked take you to the underlying diagram, such as a sequence diagram.

I cannot find anywhere how to do this or what to search for in terms of looking up the help.  Hyperlinks do not seem to be the correct search so I'm hoping someone can enlighten me please.

Many thanks

Paul Lotz

  • EA User
  • **
  • Posts: 248
  • Karma: +1/-0
    • View Profile
Re: Linked model elements
« Reply #1 on: June 17, 2008, 01:41:11 am »
Damo,

Here is what I have found....

If I add a use case to a diagram, then right-click on it and choose "Advanced...Make Composite" from the pop-up menu, EA creates a use case diagram below it in the model and links to that diagram.  When I want to associate a different kind of diagram (e.g., a sequence diagram) linked to a use case I add a use case to a diagram, then create the sequence diagram (I right-click on the use case in the model and choose "Add...Sequence Diagram"), then right-click on the use case in the diagram and choose the "Advanced...Make Composite" option again.  EA associates the use case with the sequence diagram (or whatever diagram is there) if the use case is not already linked to another diagram.  I haven't figured out if it is possible to link a use case to two diagrams.....

Paul

Paul Lotz

  • EA User
  • **
  • Posts: 248
  • Karma: +1/-0
    • View Profile
Re: Linked model elements
« Reply #2 on: June 17, 2008, 01:45:05 am »
There is an EA help topic on the subject: "Composite Elements."

Paul

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Linked model elements
« Reply #3 on: June 17, 2008, 03:54:46 am »
See also the EA help section on pasting composite elements.
No, you can't have it!

Damo

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Re: Linked model elements
« Reply #4 on: June 17, 2008, 09:39:51 pm »
Fantastic, thank you guys.