| Package | Description |
|---|---|
| gov.nasa.jpf.util.automaton |
| Modifier and Type | Class and Description |
|---|---|
class |
Automaton<S extends State>
generic class for modeling automatons
Since this is used in so many extensions from both model and native code,
it seems appropriate to add a basis implementation to util.
|
| Modifier and Type | Field and Description |
|---|---|
protected State |
Transition.fromState |
protected State[] |
Automaton.states |
protected State |
Transition.toState |
| Modifier and Type | Method and Description |
|---|---|
void |
Automaton.addState(State newState) |
void |
Automaton.addStates(State... newStates) |
protected void |
Transition.setFromState(State fromState) |
| Constructor and Description |
|---|
Transition(String label,
State toState) |