Changes
Page history
Update Osztály diagram: add DiscreteCommandResult
authored
May 02, 2022
by
Sárközi Gergely János
Show whitespace changes
Inline
Side-by-side
Osztály-diagram.md
View page @
2eb05cb1
...
...
@@ -684,7 +684,11 @@ interface ICommandResult {
+ IsSuccess() : bool
}
class BiCommandResult <<sealed>> implements ICommandResult{
abstract DiscreteCommandResult implements ICommandResult {
+ ToString(): string {override}
}
class BiCommandResult <<sealed>> extends DiscreteCommandResult {
+ Success : BiCommandResult
+ Failure : BiCommandResult
}
...
...
...
...