org.optaplanner.examples.travelingtournament.solver.move
Class MatchChainRotationsMove
java.lang.Object
org.optaplanner.core.impl.heuristic.move.AbstractMove
org.optaplanner.examples.travelingtournament.solver.move.MatchChainRotationsMove
- All Implemented Interfaces:
- org.optaplanner.core.impl.heuristic.move.Move
public class MatchChainRotationsMove
- extends org.optaplanner.core.impl.heuristic.move.AbstractMove
| Methods inherited from class org.optaplanner.core.impl.heuristic.move.AbstractMove |
getSimpleMoveTypeDescription |
MatchChainRotationsMove
public MatchChainRotationsMove(List<Match> firstMatchList,
List<Match> secondMatchList)
isMoveDoable
public boolean isMoveDoable(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector)
createUndoMove
public org.optaplanner.core.impl.heuristic.move.Move createUndoMove(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector)
doMove
public void doMove(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector)
getPlanningEntities
public Collection<? extends Object> getPlanningEntities()
getPlanningValues
public Collection<? extends Object> getPlanningValues()
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.