00001 package gov.nasa.arc.ase.jpf.heuristic; 00002 00003 public interface iHeuristic { 00004 public int heuristicValue(); 00005 public void processParent(); 00006 }