| |
|
| java.lang.Object gov.nasa.jpf.search.AbstractSearch gov.nasa.jpf.search.Simulation
Simulation | public class Simulation extends AbstractSearch (Code) | | this is a straight execution pseudo-search - it doesn't search at
all (i.e. it doesn't backtrack), but just behaves like a 'normal' VM,
going forward() until there is no next state
<2do> pcm - of course it doesn't quite behave like a normal VM, since it
doesn't honor thread priorities yet (needs a special scheduler)
> pcm - it's not really clear to me how this differs from a 'PathSearch'
other than using a different scheduler. Looks like there should be just one
|
Method Summary | |
public void | search() |
search | public void search()(Code) | | |
|
|
|