| Class | Description |
|---|---|
| AppController |
Top-Level-Agent controller. handles all agents and is on top of hierarchy
level
|
| AppModel |
Represents the Model for the Top Level agent App
In this class all necessary data is saved
|
| AppView |
Represents the View of the Top level Agent App
Loads the belonging fxml and initialize the view and all other elements
Handles the Events and redirect them to the controller.
|