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