Skip to content

Commit

Permalink
update sequence diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
seadragon2000341 committed Apr 10, 2023
1 parent 186691c commit 64d1d15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/diagrams/EditSequenceDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ participant ":LogicManager" as LogicManager LOGIC_COLOR
participant ":InternBuddyParser" as InternBuddyParser LOGIC_COLOR
participant ":EditCommandParser" as EditCommandParser LOGIC_COLOR
participant "e:EditCommand" as EditCommand LOGIC_COLOR
participant ":cr:CommandResult" as CommandResult LOGIC_COLOR
participant "cr:CommandResult" as CommandResult LOGIC_COLOR
participant ":EditInternshipDescriptor" as Descriptor LOGIC_COLOR
participant "<<class>> EditCommand" as ClassEditCommand LOGIC_COLOR
participant "<<class>> \n EditCommand" as ClassEditCommand LOGIC_COLOR
end box

box Model MODEL_COLOR_T1
Expand Down Expand Up @@ -53,9 +53,9 @@ deactivate InternBuddyParser

LogicManager -> EditCommand : execute()
activate EditCommand
EditCommand -> ClassEditCommand : createEditedInternship(internshipToEdit, editInternshipDescriptor)
EditCommand -> ClassEditCommand : createEditedInternship(toEdit, editInternshipDescriptor)
activate ClassEditCommand
ClassEditCommand ->EditCommand :edited
ClassEditCommand -->EditCommand :edited
deactivate ClassEditCommand
'EditCommand -> Descriptor
'activate Descriptor
Expand All @@ -68,7 +68,7 @@ activate Model

Model --> EditCommand
deactivate Model
EditCommand -> Model : updateSelectedInternship(toEdit)
EditCommand -> Model : updateSelectedInternship(edited)
activate Model

Model --> EditCommand
Expand Down
Binary file modified docs/images/EditSequenceDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 64d1d15

Please sign in to comment.