Thursday, November 24, 2016

The Class Diagram of our project... so far!





Hello guys,

in the last week Steven and I decided to took some time for the structure of our project. Through the eclipse-addon "objectaid" it was very simple to generate a class diagram of our code. This is what we want to show you now:




 
As you can see we implemented both:
  1. Classes to create the View with the class "AbstractFigure" wich is a "DrawableFigure".
  2. An abstract view on our overworld through a class "Field" wich implements a protected abstract function that should define, what is going to happen with a triangle accessing this kind of field.
    This Function is named "accessEvent" and requires a LearningTriangle on call.

You should feel free to ask questions in the comment section if there is anything unclear or if you want to bring up new ideas or improvements.

Thank you for your interest,
The LearningTriangle-Team