Uses of Package
mazealgo.model.algorithms.search
Packages that use mazealgo.model.algorithms.search
Package
Description
-
Classes in mazealgo.model.algorithms.search used by mazealgo.modelClassDescriptionThe path returned by a search algorithm: an ordered list of states from start to goal (inclusive).
-
Classes in mazealgo.model.algorithms.search used by mazealgo.model.algorithms.maze3DClassDescriptionA state in a search problem.A search problem: knows its start, its goal, and how to enumerate the legal successors of any given state.
-
Classes in mazealgo.model.algorithms.search used by mazealgo.model.algorithms.searchClassDescriptionBase class for search algorithms.A state in a search problem.Breadth First Search.A search problem: knows its start, its goal, and how to enumerate the legal successors of any given state.A search algorithm: solves a problem given as an ISearchable and reports a name and the number of states it evaluated along the way.The path returned by a search algorithm: an ordered list of states from start to goal (inclusive).
-
Classes in mazealgo.model.algorithms.search used by mazealgo.model.serverClassDescriptionA search algorithm: solves a problem given as an ISearchable and reports a name and the number of states it evaluated along the way.The path returned by a search algorithm: an ordered list of states from start to goal (inclusive).
-
Classes in mazealgo.model.algorithms.search used by mazealgo.view
-
Classes in mazealgo.model.algorithms.search used by mazealgo.viewmodel