Book a Demo

Author Topic: Create activity diagram which is clickable from a  (Read 12386 times)

joedive12

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Create activity diagram which is clickable from a
« on: November 13, 2010, 06:03:17 am »
How do I create an activity diagram which is clickable from an Use Case?

Thanks

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Create activity diagram which is clickable fro
« Reply #1 on: November 15, 2010, 05:23:27 pm »
Your question is a bit strange, but if you mean you want to doubleclick on a use case, and then automatically go the the activity diagram then you need to:
- Move the activity diagram under the use case (nested) and make sure it's the only diagram there
- Make the use case composite (right-click|advanced|make composite)

This creates the link between the use case and the Activity Diagram. You can now move the diagram wherever you want.

Geert

Chukles

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Create activity diagram which is clickable fro
« Reply #2 on: December 02, 2010, 01:22:37 am »
Hi,

In context of this thread, can i create, manually, a link between an existing composite Use Case and a new created Activity diagram?

For an example i had another diagram that was linked to a composite use case, and now i wanna change it with another activity diagram. How can i create the composite link between them?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Create activity diagram which is clickable fro
« Reply #3 on: December 02, 2010, 01:33:08 am »
Make the use "not composite"
Move the first diagram out of the way
Move the new diagram under the use case as only diagram
Make the use case "composite"
Move the diagrams back where you want them.

Geert

Chukles

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Create activity diagram which is clickable fro
« Reply #4 on: December 02, 2010, 01:42:50 am »
It Worked, i had to move only the Activity Diagram  inside the Activty, and not the Activity package.

Thank you very much for the fast reply Geert.