|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.upb.swtpra05.group03.shuttle.shared.OrderState.ExecutionState
Abstract class which contains constant int values to identify any possible execution state of an order
| Field Summary | |
static int |
ASSIGNED
Constant which indetifies orders that are assigned to the shuttle |
static int |
DONE
Constant which indetifies orders that are done |
static int |
ERROR
Constant which identifies erroneous execution states |
static int |
LOAD
Constant which indetifies orders the shuttle has currently loaded |
static int |
MAXVALUE
Constant which holds the maximal int value of all allowed execution states |
static int |
MINVALUE
Constant which holds the minimal int value of all allowed execution states |
static int |
REJECTED
Constant which indetifies orders that were rejected |
static int |
UNASSIGNED
Constant which indetifies orders that are assigned to the shuttle |
static int |
UNKNOWN
Constant which identifies orders that aren't classified yet |
static int |
UNLOAD
Constant which indetifies orders the shuttle has just unloaded |
| Constructor Summary | |
OrderState.ExecutionState()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int MINVALUE
public static final int MAXVALUE
public static final int UNKNOWN
public static final int ERROR
public static final int UNASSIGNED
public static final int ASSIGNED
public static final int LOAD
public static final int UNLOAD
public static final int DONE
public static final int REJECTED
| Constructor Detail |
public OrderState.ExecutionState()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||