Esempio n. 1
0
 public function __construct($contentTemplate)
 {
     parent::__construct($contentTemplate);
     $this->outlierInterpolation();
     $this->replaceCosmLinks();
     $this->replaceSosTimes();
 }
Esempio n. 2
0
 public function __construct($contentTemplate)
 {
     parent::__construct($contentTemplate);
     $this->outlierInterpolation();
     if ($this->dataSuccess) {
         $this->fillTable();
     }
 }
Esempio n. 3
0
 public function __construct($contentTemplate)
 {
     parent::__construct($contentTemplate);
     $this->outlierInterpolation();
     if ($this->dataSuccess) {
         $this->fillDiagram();
         $this->callSensor();
     }
 }