| |
|
| java.lang.Object gov.nasa.jpf.search.heuristic.HeuristicState
HeuristicState | public class HeuristicState (Code) | | wrapper for queuing states that are annotated by a priority that is
computed by a configured heuristic. The queue order corresponds to
the priorities
|
priority | protected int priority(Code) | | |
uniqueID | protected int uniqueID(Code) | | |
HeuristicState | public HeuristicState(int id, int initPriority)(Code) | | |
getPriority | public int getPriority()(Code) | | |
restoreCoverage | public void restoreCoverage()(Code) | | |
saveCoverage | public void saveCoverage()(Code) | | |
setPriority | public void setPriority(int pr)(Code) | | |
|
|
|