Class FLPRemoveNeigh.RemoveMove
java.lang.Object
es.urjc.etsii.grafo.solution.Move<FLPSolution, FLPInstance>
es.urjc.etsii.grafo.flayouts.model.FLPMove
es.urjc.etsii.grafo.flayouts.model.FLPRemoveNeigh.RemoveMove
- Enclosing class:
FLPRemoveNeigh
-
Field Summary
Fields inherited from class Move
solutionVersion -
Constructor Summary
ConstructorsConstructorDescriptionRemoveMove(FLPSolution solution, int row, int pos) RemoveMove(FLPSolution s, int row, int pos, double delta) -
Method Summary
Modifier and TypeMethodDescriptionprotected FLPSolution_execute(FLPSolution solution) Executes the proposed move, to be implemented by each move typebooleaninthashCode()
-
Constructor Details
-
RemoveMove
-
RemoveMove
-
-
Method Details
-
_execute
Description copied from class:MoveExecutes the proposed move, to be implemented by each move type- Specified by:
_executein classMove<FLPSolution, FLPInstance>
-
equals
-
hashCode
-