|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Provides the interface for dynmaic state acceptability.
State instances which implement this interface will be asked if a state is acceptable before looking at the current states acceptable state list.
| Method Summary | |
boolean |
isAcceptable(State state)
Check if the given state is an acceptable transition from this state. |
| Method Detail |
public boolean isAcceptable(State state)
state - The state to determine acceptability; must not be null.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||