Interface IGraphSearchInput<N,A>
-
- All Known Subinterfaces:
IGraphSearchWithPathEvaluationsInput<N,A,V>
public interface IGraphSearchInput<N,A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PathGoalTester<N,A>getGoalTester()org.api4.java.datastructure.graph.implicit.IGraphGenerator<N,A>getGraphGenerator()
-
-
-
Method Detail
-
getGraphGenerator
org.api4.java.datastructure.graph.implicit.IGraphGenerator<N,A> getGraphGenerator()
-
getGoalTester
PathGoalTester<N,A> getGoalTester()
-
-