- daemon - Variable in class net.sourceforge.anotherfsm.TimeoutStateMachine
-
The inner thread used for timer is a daemon thread.
- debug(String) - Method in class net.sourceforge.anotherfsm.examples.loggerinjection.Log4jLogger
-
- debug(String, Throwable) - Method in class net.sourceforge.anotherfsm.examples.loggerinjection.Log4jLogger
-
- debug(String) - Method in class net.sourceforge.anotherfsm.logger.BasicLogger
-
- debug(String, Throwable) - Method in class net.sourceforge.anotherfsm.logger.BasicLogger
-
- debug(String) - Method in interface net.sourceforge.anotherfsm.logger.FsmLogger
-
Log a debug message.
- debug(String, Throwable) - Method in interface net.sourceforge.anotherfsm.logger.FsmLogger
-
Log a debug message.
- debug(String) - Method in class net.sourceforge.anotherfsm.logger.JavaLogger
-
- debug(String, Throwable) - Method in class net.sourceforge.anotherfsm.logger.JavaLogger
-
- debug(String) - Method in class net.sourceforge.anotherfsm.logger.NoLogger
-
- debug(String, Throwable) - Method in class net.sourceforge.anotherfsm.logger.NoLogger
-
- debug(String) - Method in class net.sourceforge.anotherfsm.logger.StdStreamLogger
-
- debug(String, Throwable) - Method in class net.sourceforge.anotherfsm.logger.StdStreamLogger
-
- description - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmMachine
-
The description of the state machine.
- description - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmState
-
The state description.
- description - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmTransition
-
The description of the transition.
- destination - Variable in class net.sourceforge.anotherfsm.Transition
-
The destination state.
- destinationState - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmTransition
-
The destination state.
- destinationStateId - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmTransition
-
The destination state ID.
- DeterministicStateMachine - Class in net.sourceforge.anotherfsm
-
The deterministic state machine.
- DeterministicStateMachine(String) - Constructor for class net.sourceforge.anotherfsm.DeterministicStateMachine
-
Create the object.
- disconnected - Variable in class net.sourceforge.anotherfsm.examples.timeouts.TimeoutConnectionFsm
-
The client is disconnected.
- disconnected_ConnectionStateEvent_instanceCONNECT_connected - Variable in class net.sourceforge.anotherfsm.examples.timeouts.TimeoutConnectionFsm
-
Transition from disconnected
to connected
on ConnectionStateEvent.instanceCONNECT
event.
- disconnected_ConnectionStateEvent_instanceDISCONNECT_disconnected - Variable in class net.sourceforge.anotherfsm.examples.timeouts.TimeoutConnectionFsm
-
Transition from disconnected
to disconnected
on ConnectionStateEvent.instanceDISCONNECT
event.
- disconnected_TimeoutEvent_instance10000TimeoutEvent_Type_LOOP_RESTART_disconnected - Variable in class net.sourceforge.anotherfsm.examples.timeouts.TimeoutConnectionFsm
-
Transition from disconnected
to disconnected
on TimeoutEvent.instance(10000,TimeoutEvent.Type.LOOP_RESTART)
event.
- drawArrowType - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmMachine
-
The arrow type.
- drawBezier1PosX - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmTransition
-
The X coordinate of the first control point position.
- drawBezier1PosY - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmTransition
-
The Y coordinate of the first control point position.
- drawBezier2PosX - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmTransition
-
The X coordinate of the second control point position.
- drawBezier2PosY - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmTransition
-
The Y coordinate of the second control point position.
- drawColor - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmState
-
The color of the state (ARGB & 0x00ffffff
).
- drawDisplayInitialTransition - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmMachine
-
The initial transition should be drawn.
- drawEndPosX - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmInitialTransition
-
The X coordinate of the end position.
- drawEndPosX - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmTransition
-
The X coordinate of the end position.
- drawEndPosY - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmInitialTransition
-
The X coordinate of the end position.
- drawEndPosY - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmTransition
-
The X coordinate of the end position.
- drawLineWidth - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmState
-
The width of the line.
- drawPosX - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmInitialTransition
-
The X coordinate of the position.
- drawPosX - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmState
-
The X coordinate of the position.
- drawPosX - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmTransition
-
The X coordinate of the position.
- drawPosY - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmInitialTransition
-
The Y coordinate of the position.
- drawPosY - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmState
-
The Y coordinate of the position.
- drawPosY - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmTransition
-
The Y coordinate of the position.
- drawRadius - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmState
-
The radius of the circle.
- drawStateFont - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmMachine
-
The font family name used to draw the state names.
- drawStateFontItalic - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmMachine
-
The font style used to draw the state names is italic.
- drawStateFontSize - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmMachine
-
The point size of the font used to draw the state names.
- drawStateFontWeight - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmMachine
-
Weight of the font used to draw the state names which is one of the
enumerated values from QFont::Weight
.
- drawStraight - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmTransition
-
The transition is drawn as straight line (not as bezier curve).
- drawTransitionFont - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmMachine
-
The font family name used to draw the transition conditions.
- drawTransitionFontItalic - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmMachine
-
The font style used to draw the transition conditions is italic.
- drawTransitionFontSize - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmMachine
-
The point size of the font used to draw the transition conditions.
- drawTransitionFontWeight - Variable in class net.sourceforge.anotherfsm.qfsm.QfsmMachine
-
Weight of the font used to draw the transition conditions which is one of
the enumerated values from QFont::Weight
.