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
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 |
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
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.