private function initTerm()
 {
     $term = $this->term->newInstance();
     $this->term = $term->find($this->type->termId());
     if (!$this->term) {
         throw new ProcessorException(ProcessorException::INVALID_TERMINAL);
     }
 }