Open okkhoy opened 4 years ago
I realized there are a couple of differences between the 2 diagrams (see getTaskCount()
method and Task
class); but hopefully you get the idea what I am suggesting.
Would it be an issue if we do not turn off the icon features? Can we leave it as it was?
That would be non-standard UML notation. If they are marked as bugs, we will accept them as such. So in your interest, please turn off the icons.
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: