Changes
Page history
update class diagram v2 electric boogalo
authored
May 12, 2021
by
Pőcze Barnabás
Show whitespace changes
Inline
Side-by-side
Class-Diagram.md
View page @
d502a846
...
...
@@ -16,11 +16,12 @@ package Model.Inspection {
+ ClearWeakEventHandlers()
}
class Command
: InspectionElement
{
class Command {
+ CommandSignature : Signature
+ CanExecute : bool
+ Execute(object...) : object
}
Command --|> InspectionElement
class Command.Signature {
+ Arguments: ICollection<Type>
...
...
...
...