S
- the type of stateE
- the type of eventpublic class CompositeStateMachineModelVerifier<S,E> extends AbstractCompositeItems<StateMachineModelVerifier<S,E>> implements StateMachineModelVerifier<S,E>
StateMachineModelVerifier
backed by a multiple verifiers.Constructor and Description |
---|
CompositeStateMachineModelVerifier() |
Modifier and Type | Method and Description |
---|---|
void |
verify(StateMachineModel<S,E> model)
Verify a state machine model.
|
getItems, register, setItems, unregister
public void verify(StateMachineModel<S,E> model)
StateMachineModelVerifier
verify
in interface StateMachineModelVerifier<S,E>
model
- the state machine model