Skip to content

Commit

Permalink
Merge pull request AY2324S2-CS2103T-T12-2#212 from AidenLYT/DG-edit3
Browse files Browse the repository at this point in the history
Edit DG
  • Loading branch information
RunjiaChen authored Apr 15, 2024
2 parents 75f5d06 + 8b6e28d commit 25a67e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/diagrams/FuzzyInputClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ class BkTreeNode {
+getChildren()
}

CommandMatcher <|--- BkTreeCommandMatcher
CommandMatcher <|... BkTreeCommandMatcher

BkTreeNode "*" <--- BkTreeCommandMatcher

BkTreeCommandMatcher <--- FuzzyCommandParser

DistanceFunction <|--- LevenshteinDistance
DistanceFunction <|... LevenshteinDistance

LevenshteinDistance <|--- BkTreeCommandMatcher
LevenshteinDistance <--- BkTreeCommandMatcher
@enduml

0 comments on commit 25a67e4

Please sign in to comment.