Interface IGraphSearchWithPathEvaluationsInput<N,A,V extends java.lang.Comparable<V>>
-
- All Superinterfaces:
IGraphSearchInput<N,A>
public interface IGraphSearchWithPathEvaluationsInput<N,A,V extends java.lang.Comparable<V>> extends IGraphSearchInput<N,A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPathEvaluator<N,A,V>getPathEvaluator()-
Methods inherited from interface org.api4.java.ai.graphsearch.problem.IGraphSearchInput
getGoalTester, getGraphGenerator
-
-
-
-
Method Detail
-
getPathEvaluator
IPathEvaluator<N,A,V> getPathEvaluator()
-
-