| Modifier and Type | Class and Description |
|---|---|
class |
SquirrelPostProcessorProvider |
class |
SquirrelSingletonProvider |
| Modifier and Type | Class and Description |
|---|---|
class |
HeartbeatImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
PolymEventDispatcher
Event mediator dispatch event to proper listener according to event type.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Action<T extends StateMachine<T,S,E,C>,S,E,C>
An activity that is executed during transition happening.
|
interface |
Actions<T extends StateMachine<T,S,E,C>,S,E,C>
Action collection which insert new action in predefined order.
|
interface |
Converter<T>
Convert object from string to object and object to string either.
|
interface |
ConverterProvider
Provide converter instance based on type converted object.
|
interface |
ImmutableLinkedState<T extends StateMachine<T,S,E,C>,S,E,C>
A linked state specifies the insertion of the specification of a submachine state machine.
|
interface |
ImmutableState<T extends StateMachine<T,S,E,C>,S,E,C>
State The basic unit that composes a state machine.
|
interface |
ImmutableTimedState<T extends StateMachine<T,S,E,C>,S,E,C> |
interface |
ImmutableTransition<T extends StateMachine<T,S,E,C>,S,E,C>
Transition A directed relationship between two states which represents the complete response
of a state machine to an occurrence of an event of a particular type.
|
interface |
MutableLinkedState<T extends StateMachine<T,S,E,C>,S,E,C>
Mutable linked state.
|
interface |
MutableState<T extends StateMachine<T,S,E,C>,S,E,C> |
interface |
MutableTimedState<T extends StateMachine<T,S,E,C>,S,E,C> |
interface |
MutableTransition<T extends StateMachine<T,S,E,C>,S,E,C> |
interface |
UntypedImmutableState |
interface |
UntypedMutableState |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionWrapper<T extends StateMachine<T,S,E,C>,S,E,C> |
class |
AnonymousAction<T extends StateMachine<T,S,E,C>,S,E,C> |
class |
GeneralConverter<T> |
class |
UntypedAnonymousAction |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionsImpl<T extends StateMachine<T,S,E,C>,S,E,C> |
class |
ConverterProviderImpl |
class |
DeferBoundActionBuilderImpl<T extends StateMachine<T,S,E,C>,S,E,C> |
class |
MethodCallActionImpl<T extends StateMachine<T,S,E,C>,S,E,C> |
class |
MethodCallActionProxyImpl<T extends StateMachine<T,S,E,C>,S,E,C> |
class |
TimedStateImpl<T extends StateMachine<T,S,E,C>,S,E,C> |
Copyright © 2013–2016. All rights reserved.