Package | Description |
---|---|
net.sourceforge.anotherfsm |
AnotherFSM is yet another implementation of state machines,
a library for Java programming language.
|
net.sourceforge.anotherfsm.examples.first |
Introduction to the main features of AnotherFSM library.
|
net.sourceforge.anotherfsm.examples.qfsm |
This example re-implements the functionality of First example with
significant help of code generated from Qfsm diagram.
|
net.sourceforge.anotherfsm.examples.timeouts |
The example defines a simple state machine with connected and
disconnected states.
|
Modifier and Type | Class and Description |
---|---|
class |
DeterministicStateMachine
The deterministic state machine.
|
class |
SynchronizedStateMachine
The deterministic state machine for use in multithreaded environment.
|
class |
TimeoutStateMachine
Deterministic state machine with timeouts for states.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
SearchFsm
State machine to search hard coded "AnotherFSM" string.
|
class |
SearchFsmProcessor
Listeners of the state machine.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
SearchStringFsm
State machine to search hard coded "AnotherFSM" string.
|
(package private) class |
SearchStringProcessor
State machine to search hard coded "AnotherFSM" string.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
TimeoutConnectionFsm
Simple connect/disconnect state machine with timeouts.
|
(package private) class |
TimeoutConnectionProcessor
Simple connect/disconnect state machine with timeouts.
|
Copyright 2013 Michal Turek, AnotherFSM.