Modifier and Type | Field and Description |
---|---|
protected int |
id
The ID of this state.
|
protected int |
rule
The rule this state belongs to (which is used to obtain the action
value).
|
protected SPTBase.Transition[] |
transitions
The list of transitions exiting from this state.
|
Modifier | Constructor and Description |
---|---|
protected |
State() |
protected int id
protected SPTBase.Transition[] transitions
protected int rule