Package | Description |
---|---|
net.sourceforge.anotherfsm.qfsm |
Parser of Qfsm file format, Java
code generator.
|
Modifier and Type | Method and Description |
---|---|
static QfsmTransition.TransitionType |
QfsmTransition.TransitionType.convert(int value)
Convert an integer value to the enum.
|
QfsmTransition.TransitionType |
QfsmTransition.getType() |
static QfsmTransition.TransitionType |
QfsmTransition.TransitionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QfsmTransition.TransitionType[] |
QfsmTransition.TransitionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
QfsmTransition.setType(QfsmTransition.TransitionType type) |
Copyright 2012-2013 Michal Turek, AnotherFSM.