| Interface | Description |
|---|---|
| Transition | |
| TransitionVisitor |
| Class | Description |
|---|---|
| AbstractTransition | |
| AnyTransition |
Represents the case where we do not know what something points to.
|
| HandlerTransition |
A handler state is a state to which the state machine can get when a handler is invoked.
|
| LambdaTransition |
An lambda state is a state that does not have any user visible effect.
|
| PredecessorResolver | |
| PureTransition |
A pure state is a state in the state machine where the corresponding web method is side-effect-less.
|
| SelfTransition |
A transition from a state to itself.
|
| SessionTransition |
A session state is a state that is bound to a session.
|
| State | |
| StateMachine | |
| WebMethodTransition |
Copyright © 2008-2012 Anders Møller & Mathias Schwarz.