fixedLikelihood = $fixedLikelihood; } public function getFixedLikelihood() { return $this->fixedLikelihood; } public function setRelativeLikelihood($relativeLikelihood) { $this->relativeLikelihood = $relativeLikelihood; } public function getRelativeLikelihood() { return $this->relativeLikelihood; } }