jade.wrapper
Class AgentState
java.lang.Object
jade.wrapper.StateBase
jade.wrapper.AgentState
- All Implemented Interfaces:
- State, java.io.Serializable, java.lang.Comparable
public class AgentState
- extends StateBase
Provides a concrete implementation of the State interface for agents.
NOT available in MIDP
- Author:
- David Bell, Dick Cowan: Hewlett-Packard
- See Also:
- Serialized Form
|
Method Summary |
static void |
main(java.lang.String[] args)
For testing, simply list the valid state descriptions and numbers. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
cAGENT_STATE_INITIATED
public static final int cAGENT_STATE_INITIATED
- See Also:
- Constant Field Values
cAGENT_STATE_ACTIVE
public static final int cAGENT_STATE_ACTIVE
- See Also:
- Constant Field Values
cAGENT_STATE_IDLE
public static final int cAGENT_STATE_IDLE
- See Also:
- Constant Field Values
cAGENT_STATE_SUSPENDED
public static final int cAGENT_STATE_SUSPENDED
- See Also:
- Constant Field Values
cAGENT_STATE_WAITING
public static final int cAGENT_STATE_WAITING
- See Also:
- Constant Field Values
cAGENT_STATE_DELETED
public static final int cAGENT_STATE_DELETED
- See Also:
- Constant Field Values
cAGENT_STATE_TRANSIT
public static final int cAGENT_STATE_TRANSIT
- See Also:
- Constant Field Values
main
public static void main(java.lang.String[] args)
- For testing, simply list the valid state descriptions and numbers.
- Parameters:
args - Command line arguments, currently not used.
These are the official JADE API. For these API backward compatibility is guaranteed accross JADE versions