Book a Demo

Author Topic: Links between activity charts and methods  (Read 2898 times)

EA2412

  • EA User
  • **
  • Posts: 66
  • Karma: +0/-0
    • View Profile
Links between activity charts and methods
« on: September 15, 2008, 10:49:40 pm »
Hello everybody,

to generate a traceabilty in software development I have to create links between methods and their activity charts. How do I can set links like this?

Thanks in advance

Nizam Mohamed

  • EA User
  • **
  • Posts: 193
  • Karma: +1/-0
    • View Profile
Re: Links between activity charts and methods
« Reply #1 on: September 17, 2008, 08:05:24 am »
Please try using CallOperationAction in activity diagrams. ( a method shall be pasted on an activity diagram as a call operation action )

EA2412

  • EA User
  • **
  • Posts: 66
  • Karma: +0/-0
    • View Profile
Re: Links between activity charts and methods
« Reply #2 on: September 17, 2008, 07:25:26 pm »
Hi,

thanks for your help. How do I can define a method which should be called by this action?

Thanks in advance

Nizam Mohamed

  • EA User
  • **
  • Posts: 193
  • Karma: +1/-0
    • View Profile
Re: Links between activity charts and methods
« Reply #3 on: September 18, 2008, 08:26:40 am »
Please use the "Set Operation" command (right click(action) -> advanced -> set operation ) to associate the calloperationaction to an existing  operation.

alternatively you can also drag and drop an operation from the project browser on an activity diagram to be realized as a "calloperationaction" associated with the concerned operation.

hope this helps