See: Description
Class | Description |
---|---|
CodeGenerator |
The code generator main class.
|
CodeGeneratorParameters |
Helper class to parse the program input parameters and arguments.
|
Configuration |
Configuration of code generation.
|
Parser |
Parser of Qfsm file format.
|
QfsmInitialTransition |
Representation of
itransition XML element. |
QfsmMachine |
Representation of
machine XML element. |
QfsmProject |
Representation of
qfsmproject XML element. |
QfsmState |
Representation of
state XML element. |
QfsmTransition |
Representation of
transition XML element. |
XmlUtils |
Helper methods for XML/DOM parsing.
|
Enum | Description |
---|---|
QfsmMachine.ArrowType |
The arrow type.
|
QfsmMachine.MachineType |
The state machine type.
|
QfsmTransition.TransitionType |
The transition type.
|
Exception | Description |
---|---|
QfsmException |
Qfsm related exception.
|
Copyright 2013 Michal Turek, AnotherFSM.