Skip to content

Architecture

Łukasz Szeremeta edited this page Apr 8, 2021 · 4 revisions

Architecture

We distinguish three main modules i.e. graphic user interface, input data reader, and output generators. The first module is responsible for generating and handling the graphical user interface. The next module is responsible for checking the validity of the data provided by the user, and then loading them correctly in the application code. The last module prepares data in the output format selected by the user.

Clone this wiki locally