Class DefaultStateMachineModelVerifier<S,E>

java.lang.Object
org.springframework.statemachine.config.model.verifier.DefaultStateMachineModelVerifier<S,E>
Type Parameters:
S - the type of state
E - the type of event
All Implemented Interfaces:
StateMachineModelVerifier<S,E>

public class DefaultStateMachineModelVerifier<S,E> extends Object implements StateMachineModelVerifier<S,E>
Default implementation of a StateMachineModelVerifier.
Author:
Janne Valkealahti