Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Connectors
Creating connectors in a transformation can be complex, but the process has the same form as creating elements. The difference is that you must also specify each end.
Topics
Topic |
Detail |
See also |
||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Intermediary Language |
Connectors are represented in the Intermediary language as:
ConnectorType { connectorProperties* Source {sourceProperties*} Target {targetProperties*} }
For example: Association { name="anAssociation" stereotype="" direction="Unspecified" Source { access="Private" navigability="Unspecified" } Target { access="Private" multiplicity="1..*" } }
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
Connector Types |
The different connectors that can be created are:
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
Connector Properties |
connectorProperties is zero, or one instance of one or more of the following properties:
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
Source and Target Properties |
sourceProperties and targetProperties are zero, or one instance of one or more of the following properties:
|
|
Notes
• | Each connector is transformed at both end objects, therefore the connector might appear twice in the transformation; this is nothing to be concerned about, but you should check carefully that the connector is generated exactly the same way, regardless of which end is on the current Class |
Learn more