ai-22 / src / am / aua / search / GoalTest.java
GoalTest.java
Raw
package am.aua.search;

public interface GoalTest {
	boolean isGoal(State state);
}