/**
  * @return int
  */
 public function getPriority()
 {
     return $this->rule->getPriority();
 }