예제 #1
0
 public function addProcess(SingleProcess $process)
 {
     $this->processes[$process->getName()] = $process;
 }