Package | Description |
---|---|
org.jlab.coda.emu.support.codaComponent |
Modifier and Type | Method and Description |
---|---|
static CODATransition |
CODATransition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CODATransition[] |
CODATransition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.EnumSet<CODATransition> |
CODAState.allowed()
Get the set of allowed transitions from this state.
|
java.util.EnumSet<CODATransition> |
CODAStateIF.allowed()
Get the set of allowed transitions from this state.
|