Uses of Interface
at.jku.ssw.fp.sect04_3.SearchAlgosGeneric.Controller
-
Packages that use SearchAlgosGeneric.Controller Package Description at.jku.ssw.fp.sect04_3 -
-
Uses of SearchAlgosGeneric.Controller in at.jku.ssw.fp.sect04_3
Methods in at.jku.ssw.fp.sect04_3 with parameters of type SearchAlgosGeneric.Controller Modifier and Type Method Description static <N,C extends Collection<N>>
Optional<N>SearchAlgosGeneric. search(SearchAlgosGeneric.Controller<N,C> controller, Function<N,List<N>> successorFn, Predicate<N> goalFn, N start)
Implements a generic search algorithm.
-