-
Notifications
You must be signed in to change notification settings - Fork 6
Model UML
Jacques857 edited this page Mar 4, 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
- Change "created" attribute of Trial class to "creationTime"
- Add "id" String attribute to User class
- Add methods to Database class:
- +generateID():String