public interface Rule
| Modifier and Type | Method and Description |
|---|---|
String |
getHint()
Get hints why validation passes or fails.
|
String |
getName()
Get the rule name
|
boolean |
validate(StateMachine stateMachine)
Validate a state machine
|
boolean validate(StateMachine stateMachine)
stateMachine - state machineString getName()
String getHint()
Copyright © 2023 Seata. All rights reserved.