Uses of Interface
mazealgo.model.algorithms.search.ISearchingAlgorithm
Packages that use ISearchingAlgorithm
-
Uses of ISearchingAlgorithm in mazealgo.model.algorithms.search
Classes in mazealgo.model.algorithms.search that implement ISearchingAlgorithmModifier and TypeClassDescriptionclassBase class for search algorithms.classBest First Search algorithm.classBreadth First Search.classDepth First Search. -
Uses of ISearchingAlgorithm in mazealgo.model.server
Constructor parameters in mazealgo.model.server with type arguments of type ISearchingAlgorithmModifierConstructorDescriptionSolveMazeStrategy(SolutionCache cache, Supplier<ISearchingAlgorithm> searcherFactory)