3a28db48ce46d0d89353abf13cb4005e5f4708cb
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type effect : List<AtomicSentence> to effect : List<Literal> in method public ActionSchema(name String, variables List<Variable>, precondition List<Literal>, effect List<Literal>) in class aima.core.logic.planning.ActionSchema | From | To | |
Change Parameter Type fluents : List<AtomicSentence> to fluents : List<Literal> in method public State(fluents List<Literal>) in class aima.core.logic.planning.State | From | To | |
Change Parameter Type precondition : List<AtomicSentence> to precondition : List<Literal> in method public ActionSchema(name String, variables List<Variable>, precondition List<Literal>, effect List<Literal>) in class aima.core.logic.planning.ActionSchema | From | To | |
Change Return Type | 4 | ||
Change Return Type List<AtomicSentence> to List<Literal> in method public getEffectsNegativeLiterals() : List<Literal> in class aima.core.logic.planning.ActionSchema | From | To | |
Change Return Type List<AtomicSentence> to List<Literal> in method public getEffectsPositiveLiterals() : List<Literal> in class aima.core.logic.planning.ActionSchema | From | To | |
Change Return Type List<AtomicSentence> to List<Literal> in method public getEffect() : List<Literal> in class aima.core.logic.planning.ActionSchema | From | To | |
Change Return Type List<AtomicSentence> to List<Literal> in method public getPrecondition() : List<Literal> in class aima.core.logic.planning.ActionSchema | From | To | |
Change Attribute Type | 5 | ||
Change Attribute Type fluents : List<AtomicSentence> to fluents : List<Literal> in class aima.core.logic.planning.State | From | To | |
Change Attribute Type effectsNegativeLiterals : List<AtomicSentence> to effectsNegativeLiterals : List<Literal> in class aima.core.logic.planning.ActionSchema | From | To | |
Change Attribute Type effectsPositiveLiterals : List<AtomicSentence> to effectsPositiveLiterals : List<Literal> in class aima.core.logic.planning.ActionSchema | From | To | |
Change Attribute Type precondition : List<AtomicSentence> to precondition : List<Literal> in class aima.core.logic.planning.ActionSchema | From | To | |
Change Attribute Type effect : List<AtomicSentence> to effect : List<Literal> in class aima.core.logic.planning.ActionSchema | From | To |