28d8372703ff41941afb702c7680e58eaf35598f
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getEffect() : List<Literal> renamed to public getEffects() : List<Literal> in class aima.core.logic.planning.ActionSchema | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type variables : List<Variable> to variables : List<Term> in method public ActionSchema(name String, variables List<Term>, precondition List<Literal>, effects List<Literal>) in class aima.core.logic.planning.ActionSchema | From | To | |
Change Return Type | 1 | ||
Change Return Type List<Variable> to List<Term> in method public getVariables() : List<Term> in class aima.core.logic.planning.ActionSchema | From | To | |
Rename Attribute | 1 | ||
Rename Attribute effect : List<Literal> to effects : List<Literal> in class aima.core.logic.planning.ActionSchema | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type variables : List<Variable> to variables : List<Term> in class aima.core.logic.planning.ActionSchema | From | To | |
Rename Parameter | 1 | ||
Rename Parameter effect : List<Literal> to effects : List<Literal> in method public ActionSchema(name String, variables List<Term>, precondition List<Literal>, effects List<Literal>) in class aima.core.logic.planning.ActionSchema | From | To |