Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
@startuml
|
||||
class CommandSaveHandler {
|
||||
- {static} instance : CommandSaveHandler
|
||||
- commandList : LinkedList<CommandDTO>
|
||||
- saveFilePath : string
|
||||
+ {static} getInstance() : CommandSaveHandler
|
||||
+ setFileName(fileName:string) : void
|
||||
+ saveCommands() : void
|
||||
+ loadCommands() : void
|
||||
+ excuteAllCommands(action:Action) : IEnumerator
|
||||
+ addLastCommand(command:CommandDTO) : void
|
||||
+ removeLastCommand() : void
|
||||
+ clearCommandList() : void
|
||||
}
|
||||
@enduml
|
||||
Reference in New Issue
Block a user