Book a Demo

Author Topic: How to determine if a connector is a reply message  (Read 2856 times)

davidcaste

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
How to determine if a connector is a reply message
« on: September 03, 2010, 10:31:03 pm »
Hi!

I'm working with eaapi.jar and EA sequence diagrams. Until now I've encountered some problems, but always I managed to find a solution for them. However, now I'm blocked because I can't find how to determine if a connector entity corresponds to a reply message in a sequence diagram.

Has anyone ever faced this problem? Does anyone could give me a hint?

Thanks in advance!

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: How to determine if a connector is a reply mes
« Reply #1 on: September 03, 2010, 10:47:51 pm »
I think MiscData(3) (t_connector.pdata4) is used to store the isReturn flag.

Geert

davidcaste

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: How to determine if a connector is a reply mes
« Reply #2 on: September 06, 2010, 07:24:13 am »
Thank you very much, you've made my day!