jade.wrapper
Class AgentState

java.lang.Object
  |
  +--jade.wrapper.StateBase
        |
        +--jade.wrapper.AgentState

public class AgentState
extends StateBase

Provides a concrete implementation of the State interface for agents.

Author:
David Bell, Dick Cowan: Hewlett-Packard
See Also:
Serialized Form

Field Summary
static int cAGENT_STATE_ACTIVE
           
static int cAGENT_STATE_DELETED
           
static int cAGENT_STATE_IDLE
           
static int cAGENT_STATE_INITIATED
           
static int cAGENT_STATE_SUSPENDED
           
static int cAGENT_STATE_TRANSIT
           
static int cAGENT_STATE_WAITING
           
 
Method Summary
static void main(java.lang.String[] args)
          For testing, simply list the valid state descriptions and numbers.
 
Methods inherited from class jade.wrapper.StateBase
compareTo, equals, getCode, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

cAGENT_STATE_INITIATED

public static final int cAGENT_STATE_INITIATED

cAGENT_STATE_ACTIVE

public static final int cAGENT_STATE_ACTIVE

cAGENT_STATE_IDLE

public static final int cAGENT_STATE_IDLE

cAGENT_STATE_SUSPENDED

public static final int cAGENT_STATE_SUSPENDED

cAGENT_STATE_WAITING

public static final int cAGENT_STATE_WAITING

cAGENT_STATE_DELETED

public static final int cAGENT_STATE_DELETED

cAGENT_STATE_TRANSIT

public static final int cAGENT_STATE_TRANSIT
Method Detail

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.