We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a97236 commit 54273b7Copy full SHA for 54273b7
2 files changed
doc/images/state_class.png
78 Bytes
doc/plantuml/state.puml
@@ -13,14 +13,13 @@ Washing --> Off : turnOff()
13
@startuml
14
15
abstract class State {
16
- #stateName
+ #stateName : String
17
{abstract} turnOn() : State
18
{abstract} turnOff() : State
19
{abstract} wash() : State
20
{abstract} openDoor() : State
21
{abstract} closeDoor() : State
22
getStateName() : String
23
- toString() : String
24
}
25
26
@enduml
0 commit comments