- fatal(String) - Method in class net.sourceforge.anotherfsm.examples.loggerinjection.Log4jLogger
-
- fatal(String, Throwable) - Method in class net.sourceforge.anotherfsm.examples.loggerinjection.Log4jLogger
-
- fatal(String) - Method in class net.sourceforge.anotherfsm.logger.BasicLogger
-
- fatal(String, Throwable) - Method in class net.sourceforge.anotherfsm.logger.BasicLogger
-
- fatal(String) - Method in interface net.sourceforge.anotherfsm.logger.FsmLogger
-
Log a fatal message.
- fatal(String, Throwable) - Method in interface net.sourceforge.anotherfsm.logger.FsmLogger
-
Log a fatal message.
- fatal(String) - Method in class net.sourceforge.anotherfsm.logger.JavaLogger
-
- fatal(String, Throwable) - Method in class net.sourceforge.anotherfsm.logger.JavaLogger
-
- fatal(String) - Method in class net.sourceforge.anotherfsm.logger.NoLogger
-
- fatal(String, Throwable) - Method in class net.sourceforge.anotherfsm.logger.NoLogger
-
- fatal(String) - Method in class net.sourceforge.anotherfsm.logger.StdStreamLogger
-
- fatal(String, Throwable) - Method in class net.sourceforge.anotherfsm.logger.StdStreamLogger
-
- fileHeader - Variable in class net.sourceforge.anotherfsm.qfsm.Configuration
-
File header.
- finalState - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmState
-
The state is final/end state.
- findProcessor(Event) - Method in class net.sourceforge.anotherfsm.EqualsPreprocessor
-
- findProcessor(Event) - Method in class net.sourceforge.anotherfsm.PreprocessorAdapter
-
Find appropriate processor for an event.
- findProcessor(Event) - Method in class net.sourceforge.anotherfsm.TypePreprocessor
-
- FirstExample - Class in net.sourceforge.anotherfsm.examples.first
-
Search "AnotherFSM" string in the input from user and exit the application
after it is entered.
- FirstExample() - Constructor for class net.sourceforge.anotherfsm.examples.first.FirstExample
-
- force - Variable in class net.sourceforge.anotherfsm.qfsm.CodeGeneratorParameters
-
Force, override output files.
- format(State, Event, State) - Static method in class net.sourceforge.anotherfsm.Transition
-
Helper method to format transition parameters to the string
representation.
- format(State, Event, Event, State) - Static method in class net.sourceforge.anotherfsm.Transition
-
Helper method to format transition parameters to the string
representation.
- format(State, Event) - Static method in class net.sourceforge.anotherfsm.Transition
-
Helper method to format transition parameters to the string
representation.
- format(State, Event, Event) - Static method in class net.sourceforge.anotherfsm.Transition
-
Helper method to format transition parameters to the string
representation.
- format(Event, Event) - Static method in class net.sourceforge.anotherfsm.Transition
-
Helper method to format transition parameters to the string
representation.
- formatPrompt(String[]) - Static method in class net.sourceforge.anotherfsm.qfsm.CodeGenerator
-
- FSM_CLASS_SUFFIX - Static variable in class net.sourceforge.anotherfsm.qfsm.CodeGenerator
-
Suffix of generated state machine class name.
- FsmException - Exception in net.sourceforge.anotherfsm
-
Base class for all FSM exceptions.
- FsmException() - Constructor for exception net.sourceforge.anotherfsm.FsmException
-
Create the object.
- FsmException(String) - Constructor for exception net.sourceforge.anotherfsm.FsmException
-
Create the object.
- FsmException(Throwable) - Constructor for exception net.sourceforge.anotherfsm.FsmException
-
Create the object.
- FsmException(String, Throwable) - Constructor for exception net.sourceforge.anotherfsm.FsmException
-
Create the object.
- fsmFileSuffix - Variable in class net.sourceforge.anotherfsm.qfsm.Configuration
-
The suffix of the file name.
- fsmImports - Variable in class net.sourceforge.anotherfsm.qfsm.Configuration
-
The imports for state machine class.
- FsmLogger - Interface in net.sourceforge.anotherfsm.logger
-
Interface of a logger.
- FsmLoggerFactory - Interface in net.sourceforge.anotherfsm.logger
-
Factory of loggers.