Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -295,8 +295,26 @@ 295 295 interface Human{ 296 296 void eat() 297 297 } 298 +note right 299 +human only eat() 300 +endnote 298 298 302 +class Father{ 303 +void makeMoney() 304 +} 299 299 306 +class Xiaoming{ 307 +Human girlFriend 308 +void play() 309 +} 310 + 311 +Human <|.. Father 312 +Human <|.. Xiaoming 313 +Human <.. Xiaoming 314 +Father <|-- Xiaoming 315 + 316 + 317 + 300 300 @enduml 301 301 {{/plantuml}} 302 302