Skip to content

Model UML

Ryan Shukla edited this page Mar 3, 2021 · 21 revisions

Planned changes:

  • 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

Clone this wiki locally