public class EmployeeChangeMove
extends org.optaplanner.core.impl.heuristic.move.AbstractMove
| Constructor and Description |
|---|
EmployeeChangeMove(ShiftAssignment shiftAssignment,
Employee toEmployee) |
| Modifier and Type | Method and Description |
|---|---|
org.optaplanner.core.impl.heuristic.move.Move |
createUndoMove(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector) |
protected void |
doMoveOnGenuineVariables(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector) |
boolean |
equals(Object o) |
Collection<? extends Object> |
getPlanningEntities() |
Collection<? extends Object> |
getPlanningValues() |
int |
hashCode() |
boolean |
isMoveDoable(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector) |
String |
toString() |
public EmployeeChangeMove(ShiftAssignment shiftAssignment, Employee toEmployee)
public boolean isMoveDoable(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector)
public org.optaplanner.core.impl.heuristic.move.Move createUndoMove(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector)
protected void doMoveOnGenuineVariables(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector)
doMoveOnGenuineVariables in class org.optaplanner.core.impl.heuristic.move.AbstractMovepublic Collection<? extends Object> getPlanningEntities()
public Collection<? extends Object> getPlanningValues()
Copyright © 2006–2015 JBoss by Red Hat. All rights reserved.