Author Topic: return message in sequence diagrams  (Read 2459 times)

iMikel

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
return message in sequence diagrams
« on: November 01, 2007, 04:44:05 am »
Hello,

i am extending EA using the Java-API.

Is there any way to determine via API,
if a message (in other words: a connector of type "Sequence")
is a return-message or not.

The Properties-Collection of a connector holds a member "IsReturn", but the corresponding value is always "null", regardless if
the message is a return message or not.

Any workaround for this obvious bug?