public interface IAgentState extends Serializable
| Modifier and Type | Method and Description |
|---|---|
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'.
|
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()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.