Uses of Interface
mazealgo.model.algorithms.search.ISearchable
Packages that use ISearchable
-
Uses of ISearchable in mazealgo.model.algorithms.maze3D
Classes in mazealgo.model.algorithms.maze3D that implement ISearchableModifier and TypeClassDescriptionclassObject Adapter that exposes a Maze3D as an ISearchable. -
Uses of ISearchable in mazealgo.model.algorithms.search
Classes in mazealgo.model.algorithms.search that implement ISearchableModifier and TypeClassDescriptionclassObject Adapter that exposes a Maze as an ISearchable.Methods in mazealgo.model.algorithms.search with parameters of type ISearchableModifier and TypeMethodDescriptionBestFirstSearch.solve(ISearchable domain) BreadthFirstSearch.solve(ISearchable domain) DepthFirstSearch.solve(ISearchable domain) ISearchingAlgorithm.solve(ISearchable domain)