- Qfsm - Class in net.sourceforge.anotherfsm.examples.qfsm
-
Search "AnotherFSM" string in the input from user and exit the application
after it is entered.
- Qfsm() - Constructor for class net.sourceforge.anotherfsm.examples.qfsm.Qfsm
-
- qfsm - Variable in class net.sourceforge.anotherfsm.qfsm.CodeGenerator
-
Qfsm data file.
- QfsmException - Exception in net.sourceforge.anotherfsm.qfsm
-
Qfsm related exception.
- QfsmException() - Constructor for exception net.sourceforge.anotherfsm.qfsm.QfsmException
-
Create the object.
- QfsmException(String) - Constructor for exception net.sourceforge.anotherfsm.qfsm.QfsmException
-
Create the object.
- QfsmException(Throwable) - Constructor for exception net.sourceforge.anotherfsm.qfsm.QfsmException
-
Create the object.
- QfsmException(String, Throwable) - Constructor for exception net.sourceforge.anotherfsm.qfsm.QfsmException
-
Create the object.
- qfsmFile - Variable in class net.sourceforge.anotherfsm.qfsm.CodeGeneratorParameters
-
The configuration file
- QfsmInitialTransition - Class in net.sourceforge.anotherfsm.qfsm
-
Representation of itransition
XML element.
- QfsmInitialTransition() - Constructor for class net.sourceforge.anotherfsm.qfsm.QfsmInitialTransition
-
- QfsmMachine - Class in net.sourceforge.anotherfsm.qfsm
-
Representation of machine
XML element.
- QfsmMachine() - Constructor for class net.sourceforge.anotherfsm.qfsm.QfsmMachine
-
- QfsmMachine.ArrowType - Enum in net.sourceforge.anotherfsm.qfsm
-
The arrow type.
- QfsmMachine.ArrowType() - Constructor for enum net.sourceforge.anotherfsm.qfsm.QfsmMachine.ArrowType
-
- QfsmMachine.MachineType - Enum in net.sourceforge.anotherfsm.qfsm
-
The state machine type.
- QfsmMachine.MachineType() - Constructor for enum net.sourceforge.anotherfsm.qfsm.QfsmMachine.MachineType
-
- QfsmProject - Class in net.sourceforge.anotherfsm.qfsm
-
Representation of qfsmproject
XML element.
- QfsmProject() - Constructor for class net.sourceforge.anotherfsm.qfsm.QfsmProject
-
- QfsmState - Class in net.sourceforge.anotherfsm.qfsm
-
Representation of state
XML element.
- QfsmState() - Constructor for class net.sourceforge.anotherfsm.qfsm.QfsmState
-
- QfsmTransition - Class in net.sourceforge.anotherfsm.qfsm
-
Representation of transition
XML element.
- QfsmTransition() - Constructor for class net.sourceforge.anotherfsm.qfsm.QfsmTransition
-
- QfsmTransition.TransitionType - Enum in net.sourceforge.anotherfsm.qfsm
-
The transition type.
- QfsmTransition.TransitionType() - Constructor for enum net.sourceforge.anotherfsm.qfsm.QfsmTransition.TransitionType
-
- queue - Variable in class net.sourceforge.anotherfsm.ThreadProcessor
-
The queue for storing of the incoming events before their processing.