public class Context extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
ASSIGN_SEATS |
static int |
CHECK_DONE |
static int |
MAKE_PATH |
static int |
PRINT_RESULTS |
static int |
START_UP |
static String[] |
stateStrings |
Constructor and Description |
---|
Context() |
Context(int state) |
Context(String state) |
Modifier and Type | Method and Description |
---|---|
int |
getState() |
String |
getStringValue() |
boolean |
isState(int state) |
void |
setState(int state) |
String |
toString() |
public static final int START_UP
public static final int ASSIGN_SEATS
public static final int MAKE_PATH
public static final int CHECK_DONE
public static final int PRINT_RESULTS
public static final String[] stateStrings
public Context()
public Context(String state)
public Context(int state)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.