Class Transition<S extends Enum<S>>

java.lang.Object
com.tangosol.util.fsm.Transition<S>
Type Parameters:
S - the type of the state of the FiniteStateMachine

public class Transition<S extends Enum<S>> extends Object
A Transition represents a transition in a FiniteStateMachine from one or more possible states to a desired state.
Since:
Coherence 12.2.1
Author:
Brian Oliver