public function parse()
 {
     parent::parse();
     if ($this->is_ambiguous) {
         $this->certainty = new Ambiguous();
     } else {
         $this->certainty = new Likely();
     }
 }
Beispiel #2
0
 public function parse()
 {
     parent::parse();
     $this->bc = true;
 }