You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are using plant UML, the default styling produces diagrams that use icons for various things like class, interface, public etc.,
You can turn off the icons feature to give a more standardized UML diagram using the notations we have learned in the class.
If you are using plant UML, the default styling produces diagrams that use icons for various things like
class
,interface
,public
etc.,You can turn off the icons feature to give a more standardized UML diagram using the notations we have learned in the class.
See example below:
The code:
Produces the diagram below. The icons are annotated for quick reference.
You can draw the same diagram using the code below to turn off the icons:
You get this diagram:
The text was updated successfully, but these errors were encountered: