Uses of Class
mazealgo.model.algorithms.search.Solution
Packages that use Solution
Package
Description
-
Uses of Solution in mazealgo.model
Methods in mazealgo.model that return Solution -
Uses of Solution in mazealgo.model.algorithms.search
Methods in mazealgo.model.algorithms.search that return SolutionModifier and TypeMethodDescriptionprotected final SolutionASearchingAlgorithm.buildSolution(AState lastState) Helper used by subclasses to construct aSolutionwith the current node-evaluation count already stamped on it — so the count survives the wire when a server returns a Solution to a remote client.BestFirstSearch.solve(ISearchable domain) BreadthFirstSearch.solve(ISearchable domain) DepthFirstSearch.solve(ISearchable domain) ISearchingAlgorithm.solve(ISearchable domain) -
Uses of Solution in mazealgo.model.server
Methods in mazealgo.model.server that return types with arguments of type SolutionMethods in mazealgo.model.server with parameters of type Solution -
Uses of Solution in mazealgo.view
Methods in mazealgo.view that return types with arguments of type SolutionModifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty<Solution>Maze3DDisplayer.solutionProperty()javafx.beans.property.ObjectProperty<Solution>MazeDisplayer.solutionProperty() -
Uses of Solution in mazealgo.viewmodel
Methods in mazealgo.viewmodel that return types with arguments of type SolutionModifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty<Solution>MazeViewModel.solutionProperty()