public static enum TransitionSystem.State extends java.lang.Enum<TransitionSystem.State>
Enum Constant and Description |
---|
AddIM |
ApplPl |
ClrInt |
ExecInt |
FindOp |
ProcAct |
RelPl |
SelAppl |
SelEv |
SelInt |
StartRC |
Modifier and Type | Method and Description |
---|---|
static TransitionSystem.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransitionSystem.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransitionSystem.State StartRC
public static final TransitionSystem.State SelEv
public static final TransitionSystem.State RelPl
public static final TransitionSystem.State ApplPl
public static final TransitionSystem.State SelAppl
public static final TransitionSystem.State FindOp
public static final TransitionSystem.State AddIM
public static final TransitionSystem.State ProcAct
public static final TransitionSystem.State SelInt
public static final TransitionSystem.State ExecInt
public static final TransitionSystem.State ClrInt
public static TransitionSystem.State[] values()
for (TransitionSystem.State c : TransitionSystem.State.values()) System.out.println(c);
public static TransitionSystem.State valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null