Class SimpleModel<S extends Enum<S>>

java.lang.Object
com.tangosol.util.fsm.SimpleModel<S>
Type Parameters:
S - the type of state
All Implemented Interfaces:
Model<S>

public class SimpleModel<S extends Enum<S>> extends Object implements Model<S>
A SimpleModel is a basic implementation of a Model for a FiniteStateMachine.
Author:
Brian Oliver