Skip to content

Commit

Permalink
Generate UML (Generate UML)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 15, 2023
1 parent 3583a1f commit 2cd0899
Show file tree
Hide file tree
Showing 8 changed files with 203 additions and 122 deletions.
1 change: 1 addition & 0 deletions UML~/FluxAttribute.puml
Expand Up @@ -3,4 +3,5 @@ class FluxAttribute {
+ <<readonly>> key : object
+ FluxAttribute(key:object)
}
Attribute <|-- FluxAttribute
@enduml
7 changes: 5 additions & 2 deletions UML~/FluxAttribute.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions UML~/MethodFluxAttribute.puml
@@ -0,0 +1,6 @@
@startuml
class MethodFluxAttribute {
+ MethodFluxAttribute(key:object)
}
FluxAttribute <|-- MethodFluxAttribute
@enduml
21 changes: 21 additions & 0 deletions UML~/MethodFluxAttribute.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions UML~/StateFluxAttribute.puml
@@ -0,0 +1,6 @@
@startuml
class StateFluxAttribute {
+ StateFluxAttribute(key:object)
}
MethodFluxAttribute <|-- StateFluxAttribute
@enduml
21 changes: 21 additions & 0 deletions UML~/StateFluxAttribute.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2cd0899

Please sign in to comment.