Controller component#

@Author: Rayane AMROUCHE

The controller handles the interaction between all the components and the user. It is supposed to take user inputs and run the model using the data manager sources. However, on specific projects the main tasks can be only done through the data manager, the controller will thus execute these tasks by correctly calling the data manager capabilities.

Module list#