next up previous
Next: 6.5.5 Taskクラス Up: 6.5 ロボットの行動プログラム Previous: 6.5.3 Subsumptionクラス

6.5.4 Actionインタフェース


/**
 * Functor interface. Or, to put
 * it another way, the interface to
 * actions stored in a finite
 * state machine (fsm).
 */
interface Action {
    public int act();
}


generated through LaTeX2HTML. M.Inaba 平成18年5月7日