a0aa51a68850131e5637ecc5009037663405b85f
Files Diff
- Added: 6
- Removed: 5
- Renamed: 0
- Modified: 24
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Class | 5 | ||
| Move Class aima.core.search.framework.TreeSearch moved to aima.core.search.framework.qsearch.TreeSearch | From | To | |
| Move Class aima.core.search.framework.BidirectionalSearch moved to aima.core.search.framework.qsearch.BidirectionalSearch | From | To | |
| Move Class aima.core.search.framework.GraphSearchReducedFrontier moved to aima.core.search.framework.qsearch.GraphSearchReducedFrontier | From | To | |
| Move Class aima.core.search.framework.QueueSearch moved to aima.core.search.framework.qsearch.QueueSearch | From | To | |
| Move Class aima.core.search.framework.GraphSearch moved to aima.core.search.framework.qsearch.GraphSearch | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute search : QueueSearch to implementation : QueueSearch in class aima.core.search.uninformed.BreadthFirstSearch | From | To | |
| Rename Parameter | 4 | ||
| Rename Parameter search : QueueSearch to impl : QueueSearch in method public BreadthFirstSearch(impl QueueSearch) in class aima.core.search.uninformed.BreadthFirstSearch | From | To | |
| Rename Parameter search : QueueSearch to impl : QueueSearch in method public AStarSearch(impl QueueSearch, hf HeuristicFunction) in class aima.core.search.informed.AStarSearch | From | To | |
| Rename Parameter comparator : Comparator<Node> to comp : Comparator<Node> in method public PrioritySearch(impl QueueSearch, comp Comparator<Node>) in class aima.core.search.framework.PrioritySearch | From | To | |
| Rename Parameter search : QueueSearch to impl : QueueSearch in method public UniformCostSearch(impl QueueSearch) in class aima.core.search.uninformed.UniformCostSearch | From | To |