Class | Description |
---|---|
DatabaseController |
Represents the Controller for the Intermediate Level Agent Database
It handles all Insert, Update, Select and Delete commands used in this application
It passes the commands to the right handler
|
DatabaseModel |
Represents the Model for the Intermediate Level agent database
In this class all necessary data is saved
Like all instances to the model Templates
and also the handler for the Commands are placed here
|