소스 검색

uml new use

布丁撞奶茶 7 달 전
부모
커밋
fa9586e824
2개의 변경된 파일20개의 추가작업 그리고 18개의 파일을 삭제
  1. 19 17
      s202226701012/workspace/README.md
  2. 1 1
      s202226701012/workspace/class.puml

+ 19 - 17
s202226701012/workspace/README.md

@@ -123,22 +123,24 @@
 
 # 五、检测 uml
 
+```plantuml
 @startuml
-abstract abstract
-abstract class "abstract class"
-annotation annotation
-circle circle
-() circle_short_form
-class class
-class class_stereo <<stereotype>>
-diamond diamond
-<> diamond_short_form
-entity entity
-enum enum
-exception exception
-interface interface
-metaclass metaclass
-protocol protocol
-stereotype stereotype
-struct struct
+abstract        abstract
+abstract class  "abstract class"
+annotation      annotation
+circle          circle
+()              circle_short_form
+class           class
+class           class_stereo  <<stereotype>>
+diamond         diamond
+<>              diamond_short_form
+entity          entity
+enum            enum
+exception       exception
+interface       interface
+metaclass       metaclass
+protocol        protocol
+stereotype      stereotype
+struct          struct
 @enduml
+```

+ 1 - 1
s202226701012/workspace/class.puml

@@ -16,4 +16,4 @@ metaclass       metaclass
 protocol        protocol
 stereotype      stereotype
 struct          struct
-@enduml
+@enduml