[size=13][SNIP][/size]
- Right-click the element and choose Advanced Settings / Use Rectangle Notation. Take a moment at this point to wonder why you cannot do this from the Element main menu; just another of the imponderables of the universe.
[size=13][SNIP][/size]
David,
im·pon·der·a·ble : That cannot undergo precise evaluation
Thus it is NOT an imponderable - it is precisely ponderable!
It is that way by design! It could just as easily (in my view MORE easily) have been designed as you (and apparently the rest of us) expected it.
EA's UI [Unique Interface] is, in part, caused by fundamental separations between elements which are (to some of us) understandable, but
wrong.In my view, it is a case of an
incorrect class hierarchy - which has emphasised the difference in classes, rather than their similarity:
Differences between Shapes and Connectors, between Stuctural Shapes and Behavioural Shapes etc etc.
When I give modelling classes, I ask students to use the "Show Cause" admonition when trying to decide if a new class is needed:
"Show cause" why you should be created. Why can't your job be done by someone already created?
As part of this process, you can often find you can refactor the hierarchy and discover similarities that may not have been so prominent before.
For my own part, I have mentioned elsewhere that I have been creating a single "point of interface" for UML type metadate (in XML form). In that interface, EVERYTHING inherits from
Element. Thus, it is possible! This design gives one great power as when some new functionality has to be implemented, one can test implement in the specific place needed and then promptly refactor it as "high up" the hierarchy as it is appropriate and it is thus available to all descendants of that node.
Hopefully vX.Y of EA will take the same view... I suspect 6.5 won't, but we live in hope...
Paolo