Exemplo n.º 1
0
 public function parse()
 {
     parent::parse();
     if ($this->ambiguous) {
         $this->certainty = new Ambiguous();
     } else {
         $this->certainty = new Likely();
     }
 }