Beispiel #1
0
 /**
  * This method adds an action to the transition.
  *
  * @access public
  * @param \Unicity\Automaton\IAction $action                an action to be added to the
  *                                                          transition
  */
 public function addAction(Automaton\IAction $action)
 {
     $this->actions->addValue($action);
 }