Class FLPOptNeigh.OptMove
java.lang.Object
es.urjc.etsii.grafo.solution.Move<FLPSolution, FLPInstance>
es.urjc.etsii.grafo.flayouts.model.FLPMove
es.urjc.etsii.grafo.flayouts.model.FLPOptNeigh.OptMove
- Enclosing class:
FLPOptNeigh
-
Field Summary
Fields inherited from class Move
solutionVersion -
Constructor Summary
ConstructorsConstructorDescriptionOptMove(FLPSolution s, int row, int pos1, int pos2) OptMove(FLPSolution s, int row, int pos1, int pos2, double cost) -
Method Summary
Modifier and TypeMethodDescriptionprotected FLPSolution_execute(FLPSolution solution) Executes the proposed move, to be implemented by each move typebooleaninthashCode()
-
Constructor Details
-
OptMove
-
OptMove
-
-
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
-