update class diagram v2 electric boogalo authored by Pőcze Barnabás's avatar Pőcze Barnabás
......@@ -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>
......
......