update classes to handle , in generic

This commit is contained in:
Justin Greywolf
2023-06-12 11:31:29 -07:00
parent f4ffd5c965
commit 164605b442
10 changed files with 645 additions and 613 deletions

View File

@@ -80,6 +80,7 @@
Class01 : #size()
Class01 : -int chimp
Class01 : +int gorilla
Class01 : +abstractAttribute string*
class Class10~T~ {
<<service>>
int id
@@ -122,6 +123,8 @@
classDiagram
direction LR
Animal ()-- Dog
Animal ()-- Cat
note for Cat "should have no members area"
Dog : bark()
Dog : species()
</pre>
@@ -151,6 +154,7 @@
~InternalProperty : string
~AnotherInternalProperty : List~List~string~~
}
class People~List~Person~~
</pre>
<hr />