A B C D E F G H I J L M N O P Q R S T U V W X 

C

CharacterEvent - Class in net.sourceforge.anotherfsm
Event with character.
CharacterEvent(char) - Constructor for class net.sourceforge.anotherfsm.CharacterEvent
Deprecated.
Prefer CharacterEvent.instance(char) method instead.
checkElementName(Element, String) - Static method in class net.sourceforge.anotherfsm.qfsm.XmlUtils
Check the element has the expected name.
CLASS_INSTANCE_DELIMITER - Static variable in class net.sourceforge.anotherfsm.Helpers
The delimiter of class names and instances.
close() - Method in class net.sourceforge.anotherfsm.DeterministicStateMachine
 
close() - Method in class net.sourceforge.anotherfsm.ProcesorGroup
 
close() - Method in interface net.sourceforge.anotherfsm.Processor
Finish processing of the events and free all allocated resources.
close() - Method in class net.sourceforge.anotherfsm.ProcessorAdapter
 
close() - Method in interface net.sourceforge.anotherfsm.StateMachine
 
close() - Method in class net.sourceforge.anotherfsm.ThreadProcessor
 
close() - Method in class net.sourceforge.anotherfsm.TimeoutStateMachine
 
CodeGenerator - Class in net.sourceforge.anotherfsm.qfsm
The code generator main class.
CodeGenerator(CodeGeneratorParameters) - Constructor for class net.sourceforge.anotherfsm.qfsm.CodeGenerator
Create the object.
CodeGeneratorParameters - Class in net.sourceforge.anotherfsm.qfsm
Helper class to parse the program input parameters and arguments.
CodeGeneratorParameters(String[], String) - Constructor for class net.sourceforge.anotherfsm.qfsm.CodeGeneratorParameters
Create the object.
commandLine - Variable in class net.sourceforge.anotherfsm.qfsm.CodeGeneratorParameters
The command line that was used to execute.
configFile - Variable in class net.sourceforge.anotherfsm.qfsm.CodeGeneratorParameters
The qfsm file
configTemplate - Variable in class net.sourceforge.anotherfsm.qfsm.CodeGeneratorParameters
Generate only template for configuration.
configuration - Variable in class net.sourceforge.anotherfsm.qfsm.CodeGenerator
Configuration of generator.
Configuration - Class in net.sourceforge.anotherfsm.qfsm
Configuration of code generation.
Configuration() - Constructor for class net.sourceforge.anotherfsm.qfsm.Configuration
Forbid creating objects.
connected - Variable in class net.sourceforge.anotherfsm.examples.timeouts.TimeoutConnectionFsm
The client is connected.
connected_ConnectionStateEvent_instanceCONNECT_connected - Variable in class net.sourceforge.anotherfsm.examples.timeouts.TimeoutConnectionFsm
Transition from connected to connected on ConnectionStateEvent.instanceCONNECT event.
connected_ConnectionStateEvent_instanceDISCONNECT_disconnected - Variable in class net.sourceforge.anotherfsm.examples.timeouts.TimeoutConnectionFsm
Transition from connected to disconnected on ConnectionStateEvent.instanceDISCONNECT event.
connected_TimeoutEvent_instance10000TimeoutEvent_Type_LOOP_NO_RESTART_disconnected - Variable in class net.sourceforge.anotherfsm.examples.timeouts.TimeoutConnectionFsm
Transition from connected to disconnected on TimeoutEvent.instance(10000,TimeoutEvent.Type.LOOP_NO_RESTART) event.
ConnectionStateEvent - Class in net.sourceforge.anotherfsm.examples.timeouts
Connection state event.
ConnectionStateEvent(ConnectionStateEvent.ConnectionState) - Constructor for class net.sourceforge.anotherfsm.examples.timeouts.ConnectionStateEvent
Create the object.
ConnectionStateEvent.ConnectionState - Enum in net.sourceforge.anotherfsm.examples.timeouts
The connection state.
ConnectionStateEvent.ConnectionState() - Constructor for enum net.sourceforge.anotherfsm.examples.timeouts.ConnectionStateEvent.ConnectionState
 
ContainerEvent<T> - Class in net.sourceforge.anotherfsm
Event that contains another (whatever) object.
ContainerEvent(T) - Constructor for class net.sourceforge.anotherfsm.ContainerEvent
Create the object.
convert(int) - Static method in enum net.sourceforge.anotherfsm.qfsm.QfsmMachine.ArrowType
Convert an integer value to the enum.
convert(int) - Static method in enum net.sourceforge.anotherfsm.qfsm.QfsmMachine.MachineType
Convert an integer value to the enum.
convert(int) - Static method in enum net.sourceforge.anotherfsm.qfsm.QfsmTransition.TransitionType
Convert an integer value to the enum.
currentState - Variable in class net.sourceforge.anotherfsm.DeterministicStateMachine
The current state.
A B C D E F G H I J L M N O P Q R S T U V W X 

Copyright 2013 Michal Turek, AnotherFSM.