Package | Description |
---|---|
net.sourceforge.anotherfsm |
AnotherFSM is yet another implementation of state machines,
a library for Java programming language.
|
Modifier and Type | Class and Description |
---|---|
class |
EqualsPreprocessor
Processors of the events based on equals method.
|
(package private) class |
PreprocessorAdapter
Adapter of preprocessor, helper class.
|
class |
TypePreprocessor
Processors of the events based on their type.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Preprocessor> |
DeterministicStateMachine.preprocessors
The preprocessors of events.
|
Modifier and Type | Method and Description |
---|---|
void |
DeterministicStateMachine.addPreprocessor(Preprocessor preprocessor) |
void |
StateMachine.addPreprocessor(Preprocessor preprocessor)
Add a new preprocessor.
|
Copyright 2013 Michal Turek, AnotherFSM.