Skip to content

Commit 2cd0899

Browse files
Generate UML (Generate UML)
1 parent 3583a1f commit 2cd0899

File tree

8 files changed

+203
-122
lines changed

8 files changed

+203
-122
lines changed

UML~/FluxAttribute.puml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ class FluxAttribute {
33
+ <<readonly>> key : object
44
+ FluxAttribute(key:object)
55
}
6+
Attribute <|-- FluxAttribute
67
@enduml

UML~/FluxAttribute.svg

Lines changed: 5 additions & 2 deletions
Loading

UML~/MethodFluxAttribute.puml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@startuml
2+
class MethodFluxAttribute {
3+
+ MethodFluxAttribute(key:object)
4+
}
5+
FluxAttribute <|-- MethodFluxAttribute
6+
@enduml

UML~/MethodFluxAttribute.svg

Lines changed: 21 additions & 0 deletions
Loading

UML~/StateFluxAttribute.puml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@startuml
2+
class StateFluxAttribute {
3+
+ StateFluxAttribute(key:object)
4+
}
5+
MethodFluxAttribute <|-- StateFluxAttribute
6+
@enduml

UML~/StateFluxAttribute.svg

Lines changed: 21 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)