|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method public update(csp CSP<VAR,VAL>, assignment Assignment<VAR,VAL>) : void in class aima.gui.fx.views.CspViewCtrl |
From |
To |
|
Change Parameter Type assignment : Assignment to assignment : Assignment<VAR,VAL> in method private countLostValues(var VAR, value VAL, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : int in class aima.core.search.csp.CspHeuristics.LcvHeuristic |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method private getMinConflictValueFor(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : VAL in class aima.core.search.csp.MinConflictsStrategy |
From |
To |
|
Change Parameter Type assignment : Assignment to assignment : Assignment<VAR,VAL> in method public update(csp CSP<VAR,VAL>, assignment Assignment<VAR,VAL>) : void in class aima.gui.fx.views.CspViewCtrl |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method private getConflictedVariables(assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : List<VAR> in class aima.core.search.csp.MinConflictsStrategy |
From |
To |
|
Change Parameter Type var : Variable to var : VAR in method public setPositionMapping(var VAR, x int, y int) : void in class aima.gui.fx.views.CspViewCtrl |
From |
To |
|
Change Parameter Type vars : List<Variable> to vars : List<VAR> in method public apply(vars List<VAR>, csp CSP<VAR,VAL>) : List<VAR> in class aima.core.search.csp.CspHeuristics.MrvHeuristic |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method protected fireStateChanged(assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : void in class aima.core.search.csp.SolutionStrategy |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method protected abstract inference(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.AbstractBacktrackingStrategy |
From |
To |
|
Change Parameter Type info : DomainLog to log : DomainLog<VAR,VAL> in method private reduceDomains(queue Queue<VAR>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : void in class aima.core.search.csp.inference.AC3Strategy |
From |
To |
|
Change Parameter Type assignment : Assignment to assignment : Assignment<VAR,VAL> in method protected orderDomainValues(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : Iterable<VAL> in class aima.core.search.csp.BacktrackingStrategy |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method public apply(vars List<VAR>, csp CSP<VAR,VAL>) : List<VAR> in class aima.core.search.csp.CspHeuristics.VariableSelection |
From |
To |
|
Change Parameter Type vars : List<Variable> to vars : List<VAR> in method public isComplete(vars List<VAR>) : boolean in class aima.core.search.csp.Assignment |
From |
To |
|
Change Parameter Type assignment : Assignment to assignment : Assignment<Variable,Integer> in method public stateChanged(assignment Assignment<Variable,Integer>, csp CSP<Variable,Integer>) : void in class aima.gui.fx.applications.search.CspNQueensDemo.StepCounter |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method private revise(var VAR, constraint Constraint<VAR,VAL>, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : boolean in class aima.core.search.csp.inference.ForwardCheckingStrategy |
From |
To |
|
Change Parameter Type var : Variable to var : VAR in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.inference.ForwardCheckingStrategy |
From |
To |
|
Change Parameter Type var : Variable to var : VAR in method public setDomain(var VAR, domain Domain<VAL>) : void in class aima.core.search.csp.CSP |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : List<VAL> in class aima.core.search.csp.CspHeuristics.LcvHeuristic |
From |
To |
|
Change Parameter Type var : Variable to var : VAR in method public add(var VAR, value VAL) : void in class aima.core.search.csp.Assignment |
From |
To |
|
Change Parameter Type listener : CspListener to listener : CspListener<VAR,VAL> in method public addCSPStateListener(listener CspListener<VAR,VAL>) : void in class aima.core.search.csp.SolutionStrategy |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method public abstract solve(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.SolutionStrategy |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.inference.InferenceStrategy |
From |
To |
|
Change Parameter Type var2 : Variable to var2 : VAR in method public NotEqualConstraint(var1 VAR, var2 VAR) in class aima.core.search.csp.examples.NotEqualConstraint |
From |
To |
|
Change Parameter Type assignment : Assignment to assignment : Assignment<VAR,VAL> in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.inference.ForwardCheckingStrategy |
From |
To |
|
Change Parameter Type var : Variable to var : VAR in method protected abstract orderDomainValues(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : Iterable<VAL> in class aima.core.search.csp.AbstractBacktrackingStrategy |
From |
To |
|
Change Parameter Type var1 : Variable to var1 : VAR in method public NotEqualConstraint(var1 VAR, var2 VAR) in class aima.core.search.csp.examples.NotEqualConstraint |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method public initialize(csp CSP<VAR,VAL>) : void in class aima.gui.fx.views.CspViewCtrl |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method private recursiveBackTrackingSearch(csp CSP<VAR,VAL>, assignment Assignment<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.AbstractBacktrackingStrategy |
From |
To |
|
Change Parameter Type constraint : Constraint to constraint : Constraint<VAR,VAL> in method public addConstraint(constraint Constraint<VAR,VAL>) : void in class aima.core.search.csp.CSP |
From |
To |
|
Change Parameter Type l : List<Variable> to l : List<VAR> in method protected topologicalSort(csp CSP<VAR,VAL>, l List<VAR>, root VAR) : List<VAR> in class aima.core.search.csp.TreeCSPSolver |
From |
To |
|
Change Parameter Type var : Variable to var : VAR in method protected orderDomainValues(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : Iterable<VAL> in class aima.core.search.csp.BacktrackingStrategy |
From |
To |
|
Change Parameter Type value : Object to value : VAL in method public setColorMapping(value VAL, color Color) : void in class aima.gui.fx.views.CspViewCtrl |
From |
To |
|
Change Parameter Type var : Variable to var : VAR in method public remove(var VAR) : void in class aima.core.search.csp.Assignment |
From |
To |
|
Change Parameter Type assignment : Assignment to assignment : Assignment<Variable,Integer> in method public isSatisfiedWith(assignment Assignment<Variable,Integer>) : boolean in class aima.core.search.csp.examples.DiffNotEqualConstraint |
From |
To |
|
Change Parameter Type var : Variable to var : VAR in method private getMinConflictValueFor(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : VAL in class aima.core.search.csp.MinConflictsStrategy |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method protected abstract selectUnassignedVariable(assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : VAR in class aima.core.search.csp.AbstractBacktrackingStrategy |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<Variable,String> in method private updateStateViewLater(csp CSP<Variable,String>, assignment Assignment<Variable,String>) : void in class aima.gui.fx.applications.search.CspMapColoringApp |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method protected makeArcConsistent(xi VAR, xj VAR, constraint Constraint<VAR,VAL>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : boolean in class aima.core.search.csp.TreeCSPSolver |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method private generateRandomAssignment(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.MinConflictsStrategy |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<Variable,Integer> in method public stateChanged(assignment Assignment<Variable,Integer>, csp CSP<Variable,Integer>) : void in class aima.gui.fx.applications.search.CspNQueensApp.ProgressAnalyzer |
From |
To |
|
Change Parameter Type domain : Domain to domain : Domain<VAL> in method public storeDomainFor(var VAR, domain Domain<VAL>) : void in class aima.core.search.csp.inference.DomainLog |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method public isSolution(csp CSP<VAR,VAL>) : boolean in class aima.core.search.csp.Assignment |
From |
To |
|
Change Parameter Type vars : List<Variable> to vars : List<VAR> in method public CSP(vars List<VAR>) in class aima.core.search.csp.CSP |
From |
To |
|
Change Parameter Type var : Variable to var : VAR in method public contains(var VAR) : boolean in class aima.core.search.csp.Assignment |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method public undo(csp CSP<VAR,VAL>) : void in class aima.core.search.csp.inference.DomainLog |
From |
To |
|
Change Parameter Type assignment : Assignment to assignment : Assignment<VAR,VAL> in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : List<VAL> in class aima.core.search.csp.CspHeuristics.LcvHeuristic |
From |
To |
|
Change Parameter Type iStrategy : InferenceStrategy to iStrategy : InferenceStrategy<VAR,VAL> in method public set(iStrategy InferenceStrategy<VAR,VAL>) : BacktrackingStrategy<VAR,VAL> in class aima.core.search.csp.BacktrackingStrategy |
From |
To |
|
Change Parameter Type assignment : Assignment to assignment : Assignment<VAR,VAL> in method protected abstract inference(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.AbstractBacktrackingStrategy |
From |
To |
|
Change Parameter Type var : Variable to var : VAR in method public getValue(var VAR) : VAL in class aima.core.search.csp.Assignment |
From |
To |
|
Change Parameter Type assignment : Assignment to assignment : Assignment<VAR,VAL> in method protected abstract selectUnassignedVariable(assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : VAR in class aima.core.search.csp.AbstractBacktrackingStrategy |
From |
To |
|
Change Parameter Type constraint : Constraint to constraint : Constraint<VAR,VAL> in method public getNeighbor(var VAR, constraint Constraint<VAR,VAL>) : VAR in class aima.core.search.csp.CSP |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method protected inference(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.BacktrackingStrategy |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method public solve(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.MinConflictsStrategy |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method public apply(csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.inference.AC3Strategy |
From |
To |
|
Change Parameter Type assignment : Assignment to assignment : Assignment<VAR,VAL> in method private getConflictedVariables(assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : List<VAR> in class aima.core.search.csp.MinConflictsStrategy |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.inference.AC3Strategy |
From |
To |
|
Change Parameter Type assignment : Assignment to assignment : Assignment<VAR,VAL> in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.inference.InferenceStrategy |
From |
To |
|
Change Parameter Type constraint : Constraint to constraint : Constraint<VAR,VAL> in method private revise(xi VAR, xj VAR, constraint Constraint<VAR,VAL>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : boolean in class aima.core.search.csp.inference.AC3Strategy |
From |
To |
|
Change Parameter Type varStrategy : CspHeuristics.VariableSelection to varStrategy : CspHeuristics.VariableSelection<VAR,VAL> in method public set(varStrategy CspHeuristics.VariableSelection<VAR,VAL>) : BacktrackingStrategy<VAR,VAL> in class aima.core.search.csp.BacktrackingStrategy |
From |
To |
|
Change Parameter Type value : Object to value : VAL in method public removeValueFromDomain(var VAR, value VAL) : void in class aima.core.search.csp.CSP |
From |
To |
|
Change Parameter Type listener : CspListener to listener : CspListener<VAR,VAL> in method public removeCSPStateListener(listener CspListener<VAR,VAL>) : void in class aima.core.search.csp.SolutionStrategy |
From |
To |
|
Change Parameter Type var : Variable to var : VAR in method public storeDomainFor(var VAR, domain Domain<VAL>) : void in class aima.core.search.csp.inference.DomainLog |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method public solve(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.TreeCSPSolver |
From |
To |
|
Change Parameter Type var : Variable to var : VAR in method protected addVariable(var VAR) : void in class aima.core.search.csp.CSP |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<Variable,Integer> in method public stateChanged(assignment Assignment<Variable,Integer>, csp CSP<Variable,Integer>) : void in class aima.gui.fx.applications.search.CspNQueensDemo.StepCounter |
From |
To |
|
Change Parameter Type assignment : Assignment to assignment : Assignment<VAR,VAL> in method private countConflicts(assignment Assignment<VAR,VAL>, constraints List<Constraint<VAR,VAL>>) : int in class aima.core.search.csp.MinConflictsStrategy |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method protected abstract orderDomainValues(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : Iterable<VAL> in class aima.core.search.csp.AbstractBacktrackingStrategy |
From |
To |
|
Change Parameter Type assignment : Assignment to assignment : Assignment<VAR,VAL> in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.inference.AC3Strategy |
From |
To |
|
Change Parameter Type var : Variable to var : VAR in method public removeValueFromDomain(var VAR, value VAL) : void in class aima.core.search.csp.CSP |
From |
To |
|
Change Parameter Type info : DomainLog to log : DomainLog<VAR,VAL> in method private revise(var VAR, constraint Constraint<VAR,VAL>, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : boolean in class aima.core.search.csp.inference.ForwardCheckingStrategy |
From |
To |
|
Change Parameter Type valStrategy : CspHeuristics.ValueSelection to valStrategy : CspHeuristics.ValueSelection<VAR,VAL> in method public set(valStrategy CspHeuristics.ValueSelection<VAR,VAL>) : BacktrackingStrategy<VAR,VAL> in class aima.core.search.csp.BacktrackingStrategy |
From |
To |
|
Change Parameter Type info : DomainLog to log : DomainLog<VAR,VAL> in method private revise(xi VAR, xj VAR, constraint Constraint<VAR,VAL>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : boolean in class aima.core.search.csp.inference.AC3Strategy |
From |
To |
|
Change Parameter Type domain : Domain to domain : Domain<VAL> in method public setDomain(var VAR, domain Domain<VAL>) : void in class aima.core.search.csp.CSP |
From |
To |
|
Change Parameter Type xi : Variable to xi : VAR in method private revise(xi VAR, xj VAR, constraint Constraint<VAR,VAL>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : boolean in class aima.core.search.csp.inference.AC3Strategy |
From |
To |
|
Change Parameter Type assignment : Assignment to assignment : Assignment<Variable,Integer> in method private getBoard(assignment Assignment<Variable,Integer>) : NQueensBoard in class aima.gui.fx.applications.search.CspNQueensApp |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method public apply(vars List<VAR>, csp CSP<VAR,VAL>) : List<VAR> in class aima.core.search.csp.CspHeuristics.DegHeuristic |
From |
To |
|
Change Parameter Type assignment : Assignment to assignment : Assignment<VAR,VAL> in method protected inference(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.BacktrackingStrategy |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method public undo(csp CSP<VAR,VAL>) : void in class aima.core.search.csp.inference.InferenceLog |
From |
To |
|
Change Parameter Type var : Variable to var : VAR in method protected getPosition(var VAR) : Point2D in class aima.gui.fx.views.CspViewCtrl |
From |
To |
|
Change Parameter Type var : Variable to var : VAR in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.inference.InferenceStrategy |
From |
To |
|
Change Parameter Type var : Variable to var : VAR in method protected abstract inference(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.AbstractBacktrackingStrategy |
From |
To |
|
Change Parameter Type assignment : Assignment to assignment : Assignment<VAR,VAL> in method public isSatisfiedWith(assignment Assignment<VAR,VAL>) : boolean in class aima.core.search.csp.examples.NotEqualConstraint |
From |
To |
|
Change Parameter Type vars : List<Variable> to vars : List<VAR> in method public apply(vars List<VAR>, csp CSP<VAR,VAL>) : List<VAR> in class aima.core.search.csp.CspHeuristics.DegHeuristic |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method private revise(xi VAR, xj VAR, constraint Constraint<VAR,VAL>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : boolean in class aima.core.search.csp.inference.AC3Strategy |
From |
To |
|
Change Parameter Type value : Object to value : VAL in method private countLostValues(var VAR, value VAL, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : int in class aima.core.search.csp.CspHeuristics.LcvHeuristic |
From |
To |
|
Change Parameter Type constraints : List<Constraint> to constraints : List<Constraint<VAR,VAL>> in method public isConsistent(constraints List<Constraint<VAR,VAL>>) : boolean in class aima.core.search.csp.Assignment |
From |
To |
|
Change Parameter Type assignment : Assignment to assignment : Assignment<Variable,Integer> in method public stateChanged(assignment Assignment<Variable,Integer>, csp CSP<Variable,Integer>) : void in class aima.gui.fx.applications.search.CspNQueensApp.ProgressAnalyzer |
From |
To |
|
Change Parameter Type constraint : Constraint to constraint : Constraint<VAR,VAL> in method private revise(var VAR, constraint Constraint<VAR,VAL>, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : boolean in class aima.core.search.csp.inference.ForwardCheckingStrategy |
From |
To |
|
Change Parameter Type values : Object... to values : VAL... in method public Domain(values VAL...) in class aima.core.search.csp.Domain |
From |
To |
|
Change Parameter Type assignment : Assignment to assignment : Assignment<Variable,String> in method private updateStateViewLater(csp CSP<Variable,String>, assignment Assignment<Variable,String>) : void in class aima.gui.fx.applications.search.CspMapColoringApp |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method public solve(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.AbstractBacktrackingStrategy |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : List<VAL> in class aima.core.search.csp.CspHeuristics.ValueSelection |
From |
To |
|
Change Parameter Type info : DomainLog to log : DomainLog<VAR,VAL> in method protected makeArcConsistent(xi VAR, xj VAR, constraint Constraint<VAR,VAL>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : boolean in class aima.core.search.csp.TreeCSPSolver |
From |
To |
|
Change Parameter Type assignment : Assignment to assignment : Assignment<VAR,VAL> in method private revise(var VAR, constraint Constraint<VAR,VAL>, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : boolean in class aima.core.search.csp.inference.ForwardCheckingStrategy |
From |
To |
|
Change Parameter Type xi : Variable to xi : VAR in method protected makeArcConsistent(xi VAR, xj VAR, constraint Constraint<VAR,VAL>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : boolean in class aima.core.search.csp.TreeCSPSolver |
From |
To |
|
Change Parameter Type vars : List<Variable> to vars : List<VAR> in method public apply(vars List<VAR>, csp CSP<VAR,VAL>) : List<VAR> in class aima.core.search.csp.CspHeuristics.VariableSelection |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method protected orderDomainValues(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : Iterable<VAL> in class aima.core.search.csp.BacktrackingStrategy |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<Variable,Integer> in method public stateChanged(csp CSP<Variable,Integer>) : void in class aima.gui.fx.applications.search.CspNQueensDemo.StepCounter |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<Variable,String> in method private updateStateView(csp CSP<Variable,String>, assignment Assignment<Variable,String>) : void in class aima.gui.fx.applications.search.CspMapColoringApp |
From |
To |
|
Change Parameter Type queue : Queue<Variable> to queue : Queue<VAR> in method private reduceDomains(queue Queue<VAR>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : void in class aima.core.search.csp.inference.AC3Strategy |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method private countLostValues(var VAR, value VAL, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : int in class aima.core.search.csp.CspHeuristics.LcvHeuristic |
From |
To |
|
Change Parameter Type root : Variable to root : VAR in method protected topologicalSort(csp CSP<VAR,VAL>, l List<VAR>, root VAR) : List<VAR> in class aima.core.search.csp.TreeCSPSolver |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method private reduceDomains(queue Queue<VAR>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : void in class aima.core.search.csp.inference.AC3Strategy |
From |
To |
|
Change Parameter Type assignment : Assignment to assignment : Assignment<VAR,VAL> in method private recursiveBackTrackingSearch(csp CSP<VAR,VAL>, assignment Assignment<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.AbstractBacktrackingStrategy |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.inference.ForwardCheckingStrategy |
From |
To |
|
Change Parameter Type var : Variable to var : VAR in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.inference.AC3Strategy |
From |
To |
|
Change Parameter Type assignment : Assignment to assignment : Assignment<VAR,VAL> in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : List<VAL> in class aima.core.search.csp.CspHeuristics.ValueSelection |
From |
To |
|
Change Parameter Type assignment : Assignment to assignment : Assignment<VAR,VAL> in method private getMinConflictValueFor(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : VAL in class aima.core.search.csp.MinConflictsStrategy |
From |
To |
|
Change Parameter Type assignment : Assignment to assignment : Assignment<VAR,VAL> in method protected fireStateChanged(assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : void in class aima.core.search.csp.SolutionStrategy |
From |
To |
|
Change Parameter Type var : Variable to var : VAR in method private countLostValues(var VAR, value VAL, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : int in class aima.core.search.csp.CspHeuristics.LcvHeuristic |
From |
To |
|
Change Parameter Type var : Variable to var : VAR in method protected inference(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.BacktrackingStrategy |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<Variable,Integer> in method public stateChanged(csp CSP<Variable,Integer>) : void in class aima.gui.fx.applications.search.CspNQueensApp.ProgressAnalyzer |
From |
To |
|
Change Parameter Type constraint : Constraint to constraint : Constraint<VAR,VAL> in method protected makeArcConsistent(xi VAR, xj VAR, constraint Constraint<VAR,VAL>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : boolean in class aima.core.search.csp.TreeCSPSolver |
From |
To |
|
Change Parameter Type assignment : Assignment to assignment : Assignment<VAR,VAL> in method protected abstract orderDomainValues(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : Iterable<VAL> in class aima.core.search.csp.AbstractBacktrackingStrategy |
From |
To |
|
Change Parameter Type value : Object to value : VAL in method public contains(value VAL) : boolean in class aima.core.search.csp.Domain |
From |
To |
|
Change Parameter Type assignment : Assignment to assignment : Assignment<VAR,VAL> in method public isSatisfiedWith(assignment Assignment<VAR,VAL>) : boolean in class aima.core.search.csp.Constraint |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method protected selectUnassignedVariable(assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : VAR in class aima.core.search.csp.BacktrackingStrategy |
From |
To |
|
Change Parameter Type var : Variable to var : VAR in method private revise(var VAR, constraint Constraint<VAR,VAL>, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : boolean in class aima.core.search.csp.inference.ForwardCheckingStrategy |
From |
To |
|
Change Parameter Type constraints : List<Constraint> to constraints : List<Constraint<VAR,VAL>> in method private countConflicts(assignment Assignment<VAR,VAL>, constraints List<Constraint<VAR,VAL>>) : int in class aima.core.search.csp.MinConflictsStrategy |
From |
To |
|
Change Parameter Type value : Object to value : VAL in method public add(var VAR, value VAL) : void in class aima.core.search.csp.Assignment |
From |
To |
|
Change Parameter Type assignment : Assignment to assignment : Assignment<VAR,VAL> in method protected selectUnassignedVariable(assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : VAR in class aima.core.search.csp.BacktrackingStrategy |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method protected fireStateChanged(csp CSP<VAR,VAL>) : void in class aima.core.search.csp.SolutionStrategy |
From |
To |
|
Change Parameter Type xj : Variable to xj : VAR in method private revise(xi VAR, xj VAR, constraint Constraint<VAR,VAL>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : boolean in class aima.core.search.csp.inference.AC3Strategy |
From |
To |
|
Change Parameter Type xj : Variable to xj : VAR in method protected makeArcConsistent(xi VAR, xj VAR, constraint Constraint<VAR,VAL>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : boolean in class aima.core.search.csp.TreeCSPSolver |
From |
To |
|
Change Parameter Type assignment : Assignment to assignment : Assignment<Variable,String> in method private updateStateView(csp CSP<Variable,String>, assignment Assignment<Variable,String>) : void in class aima.gui.fx.applications.search.CspMapColoringApp |
From |
To |
|
Change Parameter Type var : Variable to var : VAR in method public getNeighbor(var VAR, constraint Constraint<VAR,VAL>) : VAR in class aima.core.search.csp.CSP |
From |
To |
|
Change Parameter Type constraint : Constraint to constraint : Constraint<VAR,VAL> in method protected visualize(constraint Constraint<VAR,VAL>) : void in class aima.gui.fx.views.CspViewCtrl |
From |
To |
|
Change Parameter Type var : Variable to var : VAR in method protected visualize(var VAR) : void in class aima.gui.fx.views.CspViewCtrl |
From |
To |
|
Change Parameter Type var : Variable to var : VAR in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : List<VAL> in class aima.core.search.csp.CspHeuristics.LcvHeuristic |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method protected topologicalSort(csp CSP<VAR,VAL>, l List<VAR>, root VAR) : List<VAR> in class aima.core.search.csp.TreeCSPSolver |
From |
To |
|
Change Parameter Type var : Variable to var : VAR in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : List<VAL> in class aima.core.search.csp.CspHeuristics.ValueSelection |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method public solve(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.BacktrackingStrategy |
From |
To |
|
Change Parameter Type csp : CSP to csp : CSP<VAR,VAL> in method public apply(vars List<VAR>, csp CSP<VAR,VAL>) : List<VAR> in class aima.core.search.csp.CspHeuristics.MrvHeuristic |
From |
To |
|
Change Parameter Type values : List<?> to values : List<VAL> in method public Domain(values List<VAL>) in class aima.core.search.csp.Domain |
From |
To |
|
Change Return Type CSP to CSP<VAR,VAL> in method public copyDomains() : CSP<VAR,VAL> in class aima.core.search.csp.CSP |
From |
To |
|
Change Return Type List<Object> to List<VAL> in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : List<VAL> in class aima.core.search.csp.CspHeuristics.ValueSelection |
From |
To |
|
Change Return Type List<Variable> to List<VAR> in method private getConflictedVariables(assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : List<VAR> in class aima.core.search.csp.MinConflictsStrategy |
From |
To |
|
Change Return Type DomainLog to DomainLog<VAR,VAL> in method public compactify() : DomainLog<VAR,VAL> in class aima.core.search.csp.inference.DomainLog |
From |
To |
|
Change Return Type InferenceLog to InferenceLog<VAR,VAL> in method protected abstract inference(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.AbstractBacktrackingStrategy |
From |
To |
|
Change Return Type Iterable<Object> to Iterable<VAL> in method protected orderDomainValues(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : Iterable<VAL> in class aima.core.search.csp.BacktrackingStrategy |
From |
To |
|
Change Return Type List<Constraint> to List<Constraint<VAR,VAL>> in method public getConstraints() : List<Constraint<VAR,VAL>> in class aima.core.search.csp.CSP |
From |
To |
|
Change Return Type Variable to VAR in method public getNeighbor(var VAR, constraint Constraint<VAR,VAL>) : VAR in class aima.core.search.csp.CSP |
From |
To |
|
Change Return Type InferenceLog to InferenceLog<VAR,VAL> in method protected inference(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.BacktrackingStrategy |
From |
To |
|
Change Return Type Object to VAL in method public get(index int) : VAL in class aima.core.search.csp.Domain |
From |
To |
|
Change Return Type List<Variable> to List<VAR> in method public getScope() : List<VAR> in class aima.core.search.csp.Constraint |
From |
To |
|
Change Return Type Object to VAL in method private getMinConflictValueFor(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : VAL in class aima.core.search.csp.MinConflictsStrategy |
From |
To |
|
Change Return Type List<Variable> to List<VAR> in method protected topologicalSort(csp CSP<VAR,VAL>, l List<VAR>, root VAR) : List<VAR> in class aima.core.search.csp.TreeCSPSolver |
From |
To |
|
Change Return Type Assignment to Assignment<VAR,VAL> in method public copy() : Assignment<VAR,VAL> in class aima.core.search.csp.Assignment |
From |
To |
|
Change Return Type InferenceLog to InferenceLog<VAR,VAL> in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.inference.InferenceStrategy |
From |
To |
|
Change Return Type Assignment to Assignment<VAR,VAL> in method public solve(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.AbstractBacktrackingStrategy |
From |
To |
|
Change Return Type Domain to Domain<VAL> in method public getDomain(var Variable) : Domain<VAL> in class aima.core.search.csp.CSP |
From |
To |
|
Change Return Type List<Object> to List<VAL> in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : List<VAL> in class aima.core.search.csp.CspHeuristics.LcvHeuristic |
From |
To |
|
Change Return Type Assignment to Assignment<VAR,VAL> in method public solve(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.MinConflictsStrategy |
From |
To |
|
Change Return Type BacktrackingStrategy to BacktrackingStrategy<VAR,VAL> in method public set(valStrategy CspHeuristics.ValueSelection<VAR,VAL>) : BacktrackingStrategy<VAR,VAL> in class aima.core.search.csp.BacktrackingStrategy |
From |
To |
|
Change Return Type List<Variable> to List<VAR> in method public apply(vars List<VAR>, csp CSP<VAR,VAL>) : List<VAR> in class aima.core.search.csp.CspHeuristics.DegHeuristic |
From |
To |
|
Change Return Type Object to VAL in method public getValue(var VAR) : VAL in class aima.core.search.csp.Assignment |
From |
To |
|
Change Return Type VariableSelection to VariableSelection<VAR,VAL> in method public deg() : VariableSelection<VAR,VAL> in class aima.core.search.csp.CspHeuristics |
From |
To |
|
Change Return Type BacktrackingStrategy to BacktrackingStrategy<VAR,VAL> in method public set(varStrategy CspHeuristics.VariableSelection<VAR,VAL>) : BacktrackingStrategy<VAR,VAL> in class aima.core.search.csp.BacktrackingStrategy |
From |
To |
|
Change Return Type InferenceLog to InferenceLog<VAR,VAL> in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.inference.ForwardCheckingStrategy |
From |
To |
|
Change Return Type InferenceLog to InferenceLog<VAR,VAL> in method public apply(csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.inference.AC3Strategy |
From |
To |
|
Change Return Type List<Object> to List<VAL> in method public asList() : List<VAL> in class aima.core.search.csp.Domain |
From |
To |
|
Change Return Type Variable to VAR in method protected selectUnassignedVariable(assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : VAR in class aima.core.search.csp.BacktrackingStrategy |
From |
To |
|
Change Return Type BacktrackingStrategy to BacktrackingStrategy<VAR,VAL> in method public set(iStrategy InferenceStrategy<VAR,VAL>) : BacktrackingStrategy<VAR,VAL> in class aima.core.search.csp.BacktrackingStrategy |
From |
To |
|
Change Return Type List<Variable> to List<VAR> in method public getVariables() : List<VAR> in class aima.core.search.csp.Assignment |
From |
To |
|
Change Return Type Iterable<Object> to Iterable<VAL> in method protected abstract orderDomainValues(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : Iterable<VAL> in class aima.core.search.csp.AbstractBacktrackingStrategy |
From |
To |
|
Change Return Type Variable to VAR in method protected abstract selectUnassignedVariable(assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : VAR in class aima.core.search.csp.AbstractBacktrackingStrategy |
From |
To |
|
Change Return Type Assignment to Assignment<VAR,VAL> in method public solve(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.TreeCSPSolver |
From |
To |
|
Change Return Type Assignment to Assignment<VAR,VAL> in method public abstract solve(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.SolutionStrategy |
From |
To |
|
Change Return Type List<Variable> to List<VAR> in method public getScope() : List<VAR> in class aima.core.search.csp.examples.NotEqualConstraint |
From |
To |
|
Change Return Type VariableSelection to VariableSelection<VAR,VAL> in method public mrv() : VariableSelection<VAR,VAL> in class aima.core.search.csp.CspHeuristics |
From |
To |
|
Change Return Type List<Pair<Variable,Domain>> to List<Pair<VAR,Domain<VAL>>> in method private getSavedDomains() : List<Pair<VAR,Domain<VAL>>> in class aima.core.search.csp.inference.DomainLog |
From |
To |
|
Change Return Type InferenceLog to InferenceLog<VAR,VAL> in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.inference.AC3Strategy |
From |
To |
|
Change Return Type Assignment to Assignment<VAR,VAL> in method public solve(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.BacktrackingStrategy |
From |
To |
|
Change Return Type Assignment to Assignment<VAR,VAL> in method private recursiveBackTrackingSearch(csp CSP<VAR,VAL>, assignment Assignment<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.AbstractBacktrackingStrategy |
From |
To |
|
Change Return Type ValueSelection to ValueSelection<VAR,VAL> in method public lcv() : ValueSelection<VAR,VAL> in class aima.core.search.csp.CspHeuristics |
From |
To |
|
Change Return Type Iterator<Object> to Iterator<VAL> in method public iterator() : Iterator<VAL> in class aima.core.search.csp.Domain |
From |
To |
|
Change Return Type List<Variable> to List<VAR> in method public apply(vars List<VAR>, csp CSP<VAR,VAL>) : List<VAR> in class aima.core.search.csp.CspHeuristics.VariableSelection |
From |
To |
|
Change Return Type List<Variable> to List<VAR> in method public apply(vars List<VAR>, csp CSP<VAR,VAL>) : List<VAR> in class aima.core.search.csp.CspHeuristics.MrvHeuristic |
From |
To |
|
Change Return Type List<Constraint> to List<Constraint<VAR,VAL>> in method public getConstraints(var Variable) : List<Constraint<VAR,VAL>> in class aima.core.search.csp.CSP |
From |
To |
|
Change Return Type List<Variable> to List<VAR> in method public getVariables() : List<VAR> in class aima.core.search.csp.CSP |
From |
To |
|
Change Return Type Assignment to Assignment<VAR,VAL> in method private generateRandomAssignment(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.MinConflictsStrategy |
From |
To |
|
Change Variable Type value : Object to value : VAL in method private revise(var VAR, constraint Constraint<VAR,VAL>, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : boolean in class aima.core.search.csp.inference.ForwardCheckingStrategy |
From |
To |
|
Change Variable Type neighbour : Variable to neighbour : VAR in method protected topologicalSort(csp CSP<VAR,VAL>, l List<VAR>, root VAR) : List<VAR> in class aima.core.search.csp.TreeCSPSolver |
From |
To |
|
Change Variable Type vars : List<Variable> to vars : List<VAR> in method protected selectUnassignedVariable(assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : VAR in class aima.core.search.csp.BacktrackingStrategy |
From |
To |
|
Change Variable Type var : Variable to var : VAR in method public addConstraint(constraint Constraint<VAR,VAL>) : void in class aima.core.search.csp.CSP |
From |
To |
|
Change Variable Type var : Variable to var : VAR in method private generateRandomAssignment(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.MinConflictsStrategy |
From |
To |
|
Change Variable Type constraint : Constraint to constraint : Constraint<VAR,VAL> in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.inference.ForwardCheckingStrategy |
From |
To |
|
Change Variable Type constraint : Constraint to constraint : Constraint<VAR,VAL> in method protected topologicalSort(csp CSP<VAR,VAL>, l List<VAR>, root VAR) : List<VAR> in class aima.core.search.csp.TreeCSPSolver |
From |
To |
|
Change Variable Type root : Variable to root : VAR in method public solve(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.TreeCSPSolver |
From |
To |
|
Change Variable Type assignment : Assignment to assignment : Assignment<VAR,VAL> in method public solve(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.MinConflictsStrategy |
From |
To |
|
Change Variable Type neighbor : Variable to neighbor : VAR in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.inference.ForwardCheckingStrategy |
From |
To |
|
Change Variable Type domain : Domain to domain : Domain<VAL> in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.inference.AC3Strategy |
From |
To |
|
Change Variable Type var : Variable to var : VAR in method public copy() : Assignment<VAR,VAL> in class aima.core.search.csp.Assignment |
From |
To |
|
Change Variable Type pair : Pair<Variable,Domain> to pair : Pair<VAR,Domain<VAL>> in method public undo(csp CSP<VAR,VAL>) : void in class aima.core.search.csp.inference.DomainLog |
From |
To |
|
Change Variable Type csp : CSP to csp : CSP<Variable,String> in method public initialize() : void in class aima.gui.fx.applications.search.CspMapColoringApp |
From |
To |
|
Change Variable Type constraint : Constraint to constraint : Constraint<VAR,VAL> in method private countLostValues(var VAR, value VAL, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : int in class aima.core.search.csp.CspHeuristics.LcvHeuristic |
From |
To |
|
Change Variable Type iValue : Object to iValue : VAL in method private revise(xi VAR, xj VAR, constraint Constraint<VAR,VAL>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : boolean in class aima.core.search.csp.inference.AC3Strategy |
From |
To |
|
Change Variable Type var : Variable to var : VAR in method public toString() : String in class aima.core.search.csp.Assignment |
From |
To |
|
Change Variable Type var : Variable to var : VAR in method public solve(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.MinConflictsStrategy |
From |
To |
|
Change Variable Type jValue : Object to jValue : VAL in method protected makeArcConsistent(xi VAR, xj VAR, constraint Constraint<VAR,VAL>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : boolean in class aima.core.search.csp.TreeCSPSolver |
From |
To |
|
Change Variable Type value : Object to value : VAL in method private getMinConflictValueFor(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : VAL in class aima.core.search.csp.MinConflictsStrategy |
From |
To |
|
Change Variable Type values : List<Object> to values : List<VAL> in method public removeValueFromDomain(var VAR, value VAL) : void in class aima.core.search.csp.CSP |
From |
To |
|
Change Variable Type pair : Pair<Variable,Domain> to pair : Pair<VAR,Domain<VAL>> in method public toString() : String in class aima.core.search.csp.inference.DomainLog |
From |
To |
|
Change Variable Type result : List<Variable> to result : List<VAR> in method public apply(vars List<VAR>, csp CSP<VAR,VAL>) : List<VAR> in class aima.core.search.csp.CspHeuristics.DegHeuristic |
From |
To |
|
Change Variable Type q : Queue<Variable> to q : Queue<VAR> in method protected topologicalSort(csp CSP<VAR,VAL>, l List<VAR>, root VAR) : List<VAR> in class aima.core.search.csp.TreeCSPSolver |
From |
To |
|
Change Variable Type value : Object to value : VAL in method private recursiveBackTrackingSearch(csp CSP<VAR,VAL>, assignment Assignment<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.AbstractBacktrackingStrategy |
From |
To |
|
Change Variable Type sol : Assignment to sol : Assignment<Variable,Integer> in method public main(args String[]) : void in class aima.gui.fx.applications.search.CspNQueensDemo |
From |
To |
|
Change Variable Type pairs : List<Pair<Object,Integer>> to pairs : List<Pair<VAL,Integer>> in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : List<VAL> in class aima.core.search.csp.CspHeuristics.LcvHeuristic |
From |
To |
|
Change Variable Type var : Variable to var : VAR in method public apply(vars List<VAR>, csp CSP<VAR,VAL>) : List<VAR> in class aima.core.search.csp.CspHeuristics.MrvHeuristic |
From |
To |
|
Change Variable Type var : Variable to var : VAR in method private recursiveBackTrackingSearch(csp CSP<VAR,VAL>, assignment Assignment<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.AbstractBacktrackingStrategy |
From |
To |
|
Change Variable Type queue : Queue<Variable> to queue : Queue<VAR> in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.inference.AC3Strategy |
From |
To |
|
Change Variable Type jValue : Object to jValue : VAL in method private revise(xi VAR, xj VAR, constraint Constraint<VAR,VAL>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : boolean in class aima.core.search.csp.inference.AC3Strategy |
From |
To |
|
Change Variable Type scope : List<Variable> to scope : List<VAR> in method public getNeighbor(var VAR, constraint Constraint<VAR,VAL>) : VAR in class aima.core.search.csp.CSP |
From |
To |
|
Change Variable Type var : Variable to var : VAR in method private getConflictedVariables(assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : List<VAR> in class aima.core.search.csp.MinConflictsStrategy |
From |
To |
|
Change Variable Type cons : Constraint to cons : Constraint<VAR,VAL> in method public isConsistent(constraints List<Constraint<VAR,VAL>>) : boolean in class aima.core.search.csp.Assignment |
From |
To |
|
Change Variable Type neighbor : Variable to neighbor : VAR in method private countLostValues(var VAR, value VAL, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : int in class aima.core.search.csp.CspHeuristics.LcvHeuristic |
From |
To |
|
Change Variable Type var : Variable to var : VAR in method private adjustTransform() : double in class aima.gui.fx.views.CspViewCtrl |
From |
To |
|
Change Variable Type nValue : Object to nValue : VAL in method private countLostValues(var VAR, value VAL, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : int in class aima.core.search.csp.CspHeuristics.LcvHeuristic |
From |
To |
|
Change Variable Type v : Object to v : VAL in method public removeValueFromDomain(var VAR, value VAL) : void in class aima.core.search.csp.CSP |
From |
To |
|
Change Variable Type neighbor : Variable to neighbor : VAR in method private reduceDomains(queue Queue<VAR>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : void in class aima.core.search.csp.inference.AC3Strategy |
From |
To |
|
Change Variable Type randomValue : Object to randomValue : VAL in method private generateRandomAssignment(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.MinConflictsStrategy |
From |
To |
|
Change Variable Type result : List<Variable> to result : List<VAR> in method private getConflictedVariables(assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : List<VAR> in class aima.core.search.csp.MinConflictsStrategy |
From |
To |
|
Change Variable Type var : Variable to var : VAR in method private reduceDomains(queue Queue<VAR>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : void in class aima.core.search.csp.inference.AC3Strategy |
From |
To |
|
Change Variable Type result : List<Variable> to result : List<VAR> in method protected topologicalSort(csp CSP<VAR,VAL>, l List<VAR>, root VAR) : List<VAR> in class aima.core.search.csp.TreeCSPSolver |
From |
To |
|
Change Variable Type csp : CSP to csp : CSP<Variable,Integer> in method public main(args String[]) : void in class aima.gui.fx.applications.search.CspNQueensDemo |
From |
To |
|
Change Variable Type value1 : Object to value1 : Integer in method public isSatisfiedWith(assignment Assignment<Variable,Integer>) : boolean in class aima.core.search.csp.examples.DiffNotEqualConstraint |
From |
To |
|
Change Variable Type value : Object to value : VAL in method protected visualize(var VAR) : void in class aima.gui.fx.views.CspViewCtrl |
From |
To |
|
Change Variable Type listener : CspListener to listener : CspListener<VAR,VAL> in method protected fireStateChanged(csp CSP<VAR,VAL>) : void in class aima.core.search.csp.SolutionStrategy |
From |
To |
|
Change Variable Type value : Object to value : VAL in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : List<VAL> in class aima.core.search.csp.CspHeuristics.LcvHeuristic |
From |
To |
|
Change Variable Type queue : Queue<Variable> to queue : Queue<VAR> in method public apply(csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.inference.AC3Strategy |
From |
To |
|
Change Variable Type var : Variable to var : VAR in method public isComplete(vars List<VAR>) : boolean in class aima.core.search.csp.Assignment |
From |
To |
|
Change Variable Type constraint : Constraint to constraint : Constraint<VAR,VAL> in method private countConflicts(assignment Assignment<VAR,VAL>, constraints List<Constraint<VAR,VAL>>) : int in class aima.core.search.csp.MinConflictsStrategy |
From |
To |
|
Change Variable Type scope : List<Variable> to scope : List<VAR> in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.inference.ForwardCheckingStrategy |
From |
To |
|
Change Variable Type var : Variable to var : VAR in method public apply(vars List<VAR>, csp CSP<VAR,VAL>) : List<VAR> in class aima.core.search.csp.CspHeuristics.DegHeuristic |
From |
To |
|
Change Variable Type solver : SolutionStrategy to solver : SolutionStrategy<Variable,Integer> in method public main(args String[]) : void in class aima.gui.fx.applications.search.CspNQueensDemo |
From |
To |
|
Change Variable Type constraint : Constraint to constraint : Constraint<VAR,VAL> in method private reduceDomains(queue Queue<VAR>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : void in class aima.core.search.csp.inference.AC3Strategy |
From |
To |
|
Change Variable Type log : InferenceLog to log : InferenceLog<VAR,VAL> in method private recursiveBackTrackingSearch(csp CSP<VAR,VAL>, assignment Assignment<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.AbstractBacktrackingStrategy |
From |
To |
|
Change Variable Type solution : Assignment to solution : Assignment<Variable,Integer> in method public simulate() : void in class aima.gui.fx.applications.search.CspNQueensApp |
From |
To |
|
Change Variable Type currDomain : Domain to currDomain : Domain<VAL> in method public removeValueFromDomain(var VAR, value VAL) : void in class aima.core.search.csp.CSP |
From |
To |
|
Change Variable Type assignment : Assignment to assignment : Assignment<Variable,String> in method public initialize() : void in class aima.gui.fx.applications.search.CspMapColoringApp |
From |
To |
|
Change Variable Type l : List<Variable> to l : List<VAR> in method public solve(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.TreeCSPSolver |
From |
To |
|
Change Variable Type listener : CspListener to listener : CspListener<VAR,VAL> in method protected fireStateChanged(assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : void in class aima.core.search.csp.SolutionStrategy |
From |
To |
|
Change Variable Type duplicate : Assignment to duplicate : Assignment<VAR,VAL> in method private getMinConflictValueFor(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : VAL in class aima.core.search.csp.MinConflictsStrategy |
From |
To |
|
Change Variable Type value2 : Object to value2 : Integer in method public isSatisfiedWith(assignment Assignment<Variable,Integer>) : boolean in class aima.core.search.csp.examples.DiffNotEqualConstraint |
From |
To |
|
Change Variable Type value : Object to value : VAL in method public apply(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : InferenceLog<VAR,VAL> in class aima.core.search.csp.inference.AC3Strategy |
From |
To |
|
Change Variable Type iValue : Object to iValue : VAL in method protected makeArcConsistent(xi VAR, xj VAR, constraint Constraint<VAR,VAL>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : boolean in class aima.core.search.csp.TreeCSPSolver |
From |
To |
|
Change Variable Type var : Variable to var : VAR in method protected topologicalSort(csp CSP<VAR,VAL>, l List<VAR>, root VAR) : List<VAR> in class aima.core.search.csp.TreeCSPSolver |
From |
To |
|
Change Variable Type result : Assignment to result : Assignment<VAR,VAL> in method private recursiveBackTrackingSearch(csp CSP<VAR,VAL>, assignment Assignment<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.AbstractBacktrackingStrategy |
From |
To |
|
Change Variable Type vars : List<Variable> to vars : List<VAR> in method public solve(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.MinConflictsStrategy |
From |
To |
|
Change Variable Type constraints : List<Constraint> to constraints : List<Constraint<VAR,VAL>> in method private getMinConflictValueFor(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : VAL in class aima.core.search.csp.MinConflictsStrategy |
From |
To |
|
Change Variable Type resultCandidates : List<Object> to resultCandidates : List<VAL> in method private getMinConflictValueFor(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : VAL in class aima.core.search.csp.MinConflictsStrategy |
From |
To |
|
Change Variable Type value : Object to value : VAL in method public solve(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.MinConflictsStrategy |
From |
To |
|
Change Variable Type value : Object to value : VAL in method public solve(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.TreeCSPSolver |
From |
To |
|
Change Variable Type var : Variable to var : VAR in method public solve(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.TreeCSPSolver |
From |
To |
|
Change Variable Type constraint : Constraint to constraint : Constraint<VAR,VAL> in method public solve(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.TreeCSPSolver |
From |
To |
|
Change Variable Type scope : List<Variable> to scope : List<VAR> in method protected visualize(constraint Constraint<VAR,VAL>) : void in class aima.gui.fx.views.CspViewCtrl |
From |
To |
|
Change Variable Type result : List<Variable> to result : List<VAR> in method public apply(vars List<VAR>, csp CSP<VAR,VAL>) : List<VAR> in class aima.core.search.csp.CspHeuristics.MrvHeuristic |
From |
To |
|
Change Variable Type constraint : Constraint to constraint : Constraint<VAR,VAL> in method private getConflictedVariables(assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : List<VAR> in class aima.core.search.csp.MinConflictsStrategy |
From |
To |