Package | Description |
---|---|
net.sourceforge.anotherfsm.qfsm |
Parser of Qfsm file format, Java
code generator.
|
Modifier and Type | Field and Description |
---|---|
private QfsmMachine |
QfsmProject.machine
The state machine.
|
private QfsmMachine |
CodeGenerator.machine
Qfsm state machine.
|
Modifier and Type | Method and Description |
---|---|
QfsmMachine |
QfsmProject.getMachine() |
private static QfsmMachine |
Parser.parseMachine(org.w3c.dom.Element machineEl) |
Modifier and Type | Method and Description |
---|---|
void |
QfsmProject.setMachine(QfsmMachine machine) |
Copyright 2013 Michal Turek, AnotherFSM.