Author Topic: Access to Connector Properties  (Read 2878 times)

WilliamZ

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Access to Connector Properties
« on: July 30, 2005, 01:05:39 pm »
I have written a Delphi program to generate an automated narrative of a sequence diagram.  Essentially, it walks through the diagram and details the connectors to each object (e.g., control and boundary).  It starts with the first sequence, lists the connector name, ClientId and SupplierID, and moves on ward to the end of the diagram.

Here is my problem.  I cannot find in a way to access the message properties for a given connector using the automation framework, nor can I find documentation that clearly illustrates the relationship of the message properties to the connector.  For example, I can find AConnector.Name, AConnector.SupplierID, and AConnector.ClientID, but I cannot find the message properties for the connector.

I am looking for the Parameters, Return, and Condition properties for a given message listed in the Message Properties dialog box within EA.

Does anyone know how I can access the properties?

Thanks
WilliamZ

WilliamZ

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Access to Connector Properties
« Reply #1 on: July 30, 2005, 01:32:24 pm »
I’ve found the Parameters and Return in AConnector.TransitionGuard.  I am still looking for the conditions…