| java.lang.Object | |
| ↳ | org.apache.helix.participant.statemachine.StateModelParser |
Finds the method in stateModel to generate
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the initial state for the state model
| |||||||||||
This class uses the method naming convention "onBecome" + toState + "From"
+ fromState;
| |||||||||||
This method uses annotations on the StateModel class.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Get the initial state for the state model
This class uses the method naming convention "onBecome" + toState + "From" + fromState;
This method uses annotations on the StateModel class. Use StateModelInfo annotation to specify valid states and initial value use Transition to specify "to" and "from" state
| clazz | , class which extends StateModel |
|---|