| Package | Description |
|---|---|
| gov.nasa.jpf.search | |
| gov.nasa.jpf.vm |
| Modifier and Type | Method and Description |
|---|---|
Transition |
Search.getTransition() |
| Modifier and Type | Field and Description |
|---|---|
protected Transition |
VM.lastTrailInfo
various caches for VMListener state acquisition.
|
Transition |
SystemState.trail |
| Modifier and Type | Method and Description |
|---|---|
Transition |
Path.get(int pos) |
Transition |
VM.getCurrentTransition()
this is the ongoing transition.
|
Transition |
Path.getLast() |
Transition |
RestorableVMState.getLastTransition() |
Transition |
VM.getLastTransition() |
Transition |
SystemState.getTrail() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Transition> |
Path.descendingIterator() |
Iterator<Transition> |
Path.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
Path.add(Transition t) |