programming-formalisms / programming_formalisms_project_summer_2024

Learners' project of the Programming Formalisms course of summer 2024
GNU General Public License v3.0
0 stars 0 forks source link

Model and Parameters: same? #28

Open richelbilderbeek opened 5 months ago

richelbilderbeek commented 5 months ago

Currently, there is a class called Model and a class called Parameters. Are these the same?

Could you two meet up and discuss this? If these are the same, pick one class name that describes the purpose of the class best. Update the class diagram.

fabiopohl commented 5 months ago

Model and Parameters are managing different things. Model is overall controlling the simulation while parameters is reading and preparing the model parameters, parameters should be an input for Model. We think that Simulation and Model might be the same.