Class CompositeStateMachineModelVerifier<S,E>
java.lang.Object
org.springframework.statemachine.support.AbstractCompositeItems<StateMachineModelVerifier<S,E>>
org.springframework.statemachine.config.model.verifier.CompositeStateMachineModelVerifier<S,E>
- Type Parameters:
S
- the type of stateE
- the type of event
- All Implemented Interfaces:
StateMachineModelVerifier<S,
E>
public class CompositeStateMachineModelVerifier<S,E>
extends AbstractCompositeItems<StateMachineModelVerifier<S,E>>
implements StateMachineModelVerifier<S,E>
Implementation of a
StateMachineModelVerifier
backed by a multiple verifiers.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
verify
(StateMachineModel<S, E> model) Verify a state machine model.Methods inherited from class org.springframework.statemachine.support.AbstractCompositeItems
getItems, register, setItems, unregister
-
Constructor Details
-
CompositeStateMachineModelVerifier
public CompositeStateMachineModelVerifier()
-
-
Method Details
-
verify
Description copied from interface:StateMachineModelVerifier
Verify a state machine model.- Specified by:
verify
in interfaceStateMachineModelVerifier<S,
E> - Parameters:
model
- the state machine model
-