jade.wrapper
Class PlatformState

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

public class PlatformState
extends StateBase

Provides a concrete implementation of the State interface for agent platforms.

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

Field Summary
static int cPLATFORM_STATE_FAILED
           
static int cPLATFORM_STATE_INITIALIZED
           
static int cPLATFORM_STATE_INITIALIZING
           
static int cPLATFORM_STATE_KILLED
           
static int cPLATFORM_STATE_KILLING
           
static int cPLATFORM_STATE_READY
           
static int cPLATFORM_STATE_STARTING
           
static int cPLATFORM_STATE_SUSPENDED
           
static int cPLATFORM_STATE_SUSPENDING
           
static int cPLATFORM_STATE_VOID
           
 
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

cPLATFORM_STATE_VOID

public static final int cPLATFORM_STATE_VOID

cPLATFORM_STATE_INITIALIZING

public static final int cPLATFORM_STATE_INITIALIZING

cPLATFORM_STATE_INITIALIZED

public static final int cPLATFORM_STATE_INITIALIZED

cPLATFORM_STATE_STARTING

public static final int cPLATFORM_STATE_STARTING

cPLATFORM_STATE_READY

public static final int cPLATFORM_STATE_READY

cPLATFORM_STATE_SUSPENDING

public static final int cPLATFORM_STATE_SUSPENDING

cPLATFORM_STATE_SUSPENDED

public static final int cPLATFORM_STATE_SUSPENDED

cPLATFORM_STATE_KILLING

public static final int cPLATFORM_STATE_KILLING

cPLATFORM_STATE_KILLED

public static final int cPLATFORM_STATE_KILLED

cPLATFORM_STATE_FAILED

public static final int cPLATFORM_STATE_FAILED
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.