Sparx Systems Forum
Enterprise Architect => General Board => Topic started by: Ignacio G. T. on February 08, 2013, 11:47:24 pm
-
I'm drawing a big deployment diagram and I'm tired to change every communication path's direction from the default (Source -> Destination) to what I usually need (Bi-Directional) or what I could stand (Unspecified).
1) Is there a simple way to change the default direction of communication paths (or associations in general)?
2) If not, is there a simple way to "batch-change" all the associations / communication-paths to a specific direction?
Thanks.
-
A batch change is possible, but it depends. If the model is empty except for the "wrong" directed associations and their elements you can execute a SQL:
UPDATE t_connector SET Direction = "Destination -> Source". If the elements are in a certain package you can construct a WHERE clause that identifies the elements and thus the relevant connectors.
q.
-
There an default setting for associations in Tools|Options|Links|General|Association default = source --> target
Geert
-
Thanks, Geert. But the option you mention does not affect the communication paths. In fact, I had that option un-marked. :-(
-
Too bad, I guess an communication path is not an association.
Geert
-
Many moons gone by. Anybody know where Tools|Options|Links|General|Association default is in the ribbon?
-
Which ribbon? 13.5, 14 or 15?
Desperately you can try the search option. Sometimes it finds what you are looking for.
q.
-
Unfortunately the ribbon search only detects items directly within the ribbon.
The user preferences, which is where this option is found can be accessed from:
Start > Desktop > Preferences
Once there, the option is at:
Links > Association default = source -> target