-
Notifications
You must be signed in to change notification settings - Fork 6
Model UML
Ryan Shukla edited this page Mar 3, 2021
·
21 revisions

- Remove experiments attribute from ExperimentController class
- Rename ExperimentController to Database
- Create new class StatisticsExperiment that inherits from Experiment and is superclass to MeasurementExperiment and IntegerExperiment -Handles all quartile, stdev, median, and mean calculations
- Add a method to Database to register a callback for when the database is updated
- This method should take some sort of function as an argument