|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StageState | |
---|---|
com.intel.cosbench.controller.model | |
com.intel.cosbench.model |
Uses of StageState in com.intel.cosbench.controller.model |
---|
Methods in com.intel.cosbench.controller.model that return StageState | |
---|---|
StageState |
StageContext.getState()
|
Methods in com.intel.cosbench.controller.model with parameters of type StageState | |
---|---|
void |
StageContext.setState(StageState state)
|
Uses of StageState in com.intel.cosbench.model |
---|
Fields in com.intel.cosbench.model with type parameters of type StageState | |
---|---|
static java.util.Set<StageState> |
StageState.FINAL_STATES
|
Methods in com.intel.cosbench.model that return StageState | |
---|---|
StageState |
StageInfo.getState()
|
static StageState |
StageState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StageState[] |
StageState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.intel.cosbench.model with parameters of type StageState | |
---|---|
static boolean |
StageState.hasLaunched(StageState state)
|
static boolean |
StageState.isRunning(StageState state)
|
static boolean |
StageState.isStopped(StageState state)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |