|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Generates list of possible actions.
Method Summary | |
boolean |
areActionsFixed()
Indicates whether the list of actions is fixed (always the same) or not. |
int |
getActionCount()
Indicates how many actions it generates. |
Action[] |
getActions(State s)
Returns the list of available action from the current state. |
java.util.Enumeration |
getActionsEnumerator(State s)
Returns an iterator that list the available actions from the current state. |
Method Detail |
public boolean areActionsFixed()
public int getActionCount()
public Action[] getActions(State s)
public java.util.Enumeration getActionsEnumerator(State s)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |