Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: WilliamZ on July 30, 2005, 01:05:39 pm

Title: Access to Connector Properties
Post by: WilliamZ 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
Title: Re: Access to Connector Properties
Post by: WilliamZ 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…