Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Jul 2, 2022
1 parent 69a8e17 commit 1d7753a
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 0 deletions.
File renamed without changes.
16 changes: 16 additions & 0 deletions puml/application/implementation/DB__Class.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@startuml
'https://plantuml.com/class-diagram

title aplication.oodm Class Diagram

left to right direction
'top to bottom direction

scale 1000 width

package aplication.oodm {

class foo {
}
}
@enduml
27 changes: 27 additions & 0 deletions puml/application/implementation/View__Class.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
@startuml
'https://plantuml.com/class-diagram

title ApplicatonView Class Diagram

left to right direction
'top to bottom direction


class ApplicatonView {

- ApplicatonState currentState

}


enum ApplicatonState {

APPLICATION_START
APPLICATION_INFO
APPLICATION_HELP
LOGIN
USERINFO
LOGOUT
}

@enduml
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
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 1d7753a

Please sign in to comment.