/**
  * {@inheritdoc}
  */
 public function setMetric(MetricInterface $metric)
 {
     $metric->setValue($this);
     $this->metric = $metric;
     return $this;
 }