Set DashMetrics as a controller of MetricsModel
requested to merge github/fork/Orange-OpenSource/addMetricsModelReferenceToDashMetrics into development
Created by: nicosang
Hi,
this refactoring branch has to set DashMetrics as a controller of MetricsModel. By doing it, all classes that have to get or set metrics will only take a reference of DashMetrics.
So, MetricsModel is created in DashMetrics class.
A first version of MetricsModel unit test has been also added.
Nico