Skip to content

Commit

Permalink
Update naming in sequence diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisLouis19 committed Nov 8, 2021
1 parent d8ea825 commit 990ee3c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified docs/attachments/ConflictManagerSequenceDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/attachments/TimetableGetDailySchedule.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/uml/ConflictManagerSequenceDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ AddLinkCommand -> ConflictManager: getConflictingSchedule()
return Links
end
return Links
loop For each Link in AllLinks
loop For each Link in Links
opt same day && overlapping start-time to end-time
ConflictManager -> Link :getViewDescription()
return description
Expand Down
2 changes: 1 addition & 1 deletion docs/uml/TimetableGetDailySchedule.puml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ loop For each schedule in dailySchedule
return description
end

return schedule
return dailySchedule



Expand Down

0 comments on commit 990ee3c

Please sign in to comment.