Skip to content

Commit

Permalink
Merge pull request #215 from LouisLouis19/Branch-v2.1
Browse files Browse the repository at this point in the history
Update naming in sequence diagram
  • Loading branch information
LouisLouis19 authored Nov 8, 2021
2 parents d8ea825 + 990ee3c commit e332e01
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 e332e01

Please sign in to comment.