|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface IAgentState
| Method Summary | |
|---|---|
String |
getDescription()
Additional information about the state - this is inlcuded to hashCode() and equals() methods. |
boolean |
isNotState(Class... states)
Provides convenient method for testing whether the agent is not in any of 'states'. |
boolean |
isState(Class... states)
Provides convenient method for testing whether the agent is in one of 'states'. |
| Method Detail |
|---|
boolean isState(Class... states)
Returns whether this state is one of the 'states' (using instanceof).
states -
boolean isNotState(Class... states)
Returns whether this state is not any of the 'states' (using instanceof).
states -
String getDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||