8cdaf171eedb1727f1be5df16fed427c1cdb798f
Files Diff
- Added: 4
- Removed: 4
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method private createNondeterministicProblem() : NondeterministicProblem<VacuumEnvironmentState,Action> moved from class aima.gui.swing.applications.agent.VacuumController to class aima.gui.fx.applications.agent.VacuumAgentApp & inlined to public initialize() : void | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type states : List<S> to state : S in method public append(state S) : Path<S> in class aima.core.search.nondeterministic.Path | From | To | |
Inline Method | 3 | ||
Inline Method private createNondeterministicProblem() : NondeterministicProblem<VacuumEnvironmentState,Action> inlined to public prepare(changedSelector String) : void in class aima.gui.swing.applications.agent.VacuumController | From | To | |
Inline Method private createNondeterministicProblem() : NondeterministicProblem<VacuumEnvironmentState,Action> inlined to public initialize() : void in class aima.gui.fx.applications.agent.VacuumAgentApp | From | To | |
Move Class | 3 | ||
Move Class aima.core.search.framework.agent.ProblemSolvingAgent moved to aima.core.search.agent.ProblemSolvingAgent | From | To | |
Move Class aima.core.search.framework.agent.SimpleProblemSolvingAgent moved to aima.core.search.agent.SimpleProblemSolvingAgent | From | To | |
Move Class aima.core.search.framework.agent.SearchAgent moved to aima.core.search.agent.SearchAgent | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type agent : NondeterministicVacuumAgent to agent : NondeterministicSearchAgent<VacuumEnvironmentState,Action> in class aima.test.core.unit.search.nondeterministic.AndOrSearchTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter states : List<S> to state : S in method public append(state S) : Path<S> in class aima.core.search.nondeterministic.Path | From | To |