I used UML to design my class diagram, how can i remove the black bubble at the end of the connector. Also how to remove the X on the link
Thanks in advance
I used UML to design my class diagram, how can i remove the black bubble at the end of the connector. Also how to remove the X on the link
Thanks in advance
To remove "X" on the association link:
As for the point,
association specification
...
button in Role Customer. association end specification
, find Owned By
field and change its content from the class to the connection itself.As for the cross,
Association Specification
change the Navigable field of the end to true. Both arrow and cross disappear.I can't find the way to show a connector with one end empty and another as an arrow without changing the sense of the connection.
By right click -> Popup menu -> Presentation Options -> Show Navigation arrows -> hide all arrows and crosses, you can hide so BOTH arrow and cross.