Class BaseStructureVerifier<S,E>

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

public class BaseStructureVerifier<S,E> extends Object implements StateMachineModelVerifier<S,E>
StateMachineModelVerifier which verifies a base model structure like existence of initial states, etc.