Skip to content
Snippets Groups Projects
Commit 78bc04a6 authored by Mo3ad-S's avatar Mo3ad-S
Browse files
parents ed429322 bc6db638
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ If you encounter any technical problems regarding this project, you can write to
This image shows the class diagramm obtained at the development stage :
![Class diagramm](src/images/diagramm_image.png)
![Class diagramm](images/diagramm_image.png)
One of the main differences is regarding the Arc class. In the implementation, it is defined as an abstract class because the executemove() method had different usage cases depending on whether the arc is exiting, emptying, or entering arc. In the conception diagramm, these type cases are treated via a String type attribute. We opted to remove this attribute to use the inheritance more effectively, and to avoid inconsistencies in the code.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment