Class DefaultStateMachineModel<S,E>

java.lang.Object
org.springframework.statemachine.config.model.StateMachineModel<S,E>
org.springframework.statemachine.config.model.DefaultStateMachineModel<S,E>
Type Parameters:
S - the type of state
E - the type of event

public class DefaultStateMachineModel<S,E> extends StateMachineModel<S,E>
Default implementation of a StateMachineModel.