Package | Description |
---|---|
net.sourceforge.anotherfsm.qfsm |
Parser of Qfsm file format, Java
code generator.
|
Modifier and Type | Method and Description |
---|---|
static QfsmMachine.ArrowType |
QfsmMachine.ArrowType.convert(int value)
Convert an integer value to the enum.
|
QfsmMachine.ArrowType |
QfsmMachine.getDrawArrowType() |
static QfsmMachine.ArrowType |
QfsmMachine.ArrowType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QfsmMachine.ArrowType[] |
QfsmMachine.ArrowType.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.setDrawArrowType(QfsmMachine.ArrowType drawArrowType) |
Copyright 2012-2013 Michal Turek, AnotherFSM.