public class UnassignedShiftPenalty extends Object implements ConstraintMatchView
| Constructor and Description |
|---|
UnassignedShiftPenalty() |
UnassignedShiftPenalty(Shift shift,
org.optaplanner.core.api.score.buildin.hardmediumsoftlong.HardMediumSoftLongScore score) |
| Modifier and Type | Method and Description |
|---|---|
org.optaplanner.core.api.score.buildin.hardmediumsoftlong.HardMediumSoftLongScore |
getScore() |
Shift |
getShift() |
void |
setScore(org.optaplanner.core.api.score.buildin.hardmediumsoftlong.HardMediumSoftLongScore score) |
void |
setShift(Shift shift) |
public UnassignedShiftPenalty()
public UnassignedShiftPenalty(Shift shift, org.optaplanner.core.api.score.buildin.hardmediumsoftlong.HardMediumSoftLongScore score)
public Shift getShift()
public void setShift(Shift shift)
public org.optaplanner.core.api.score.buildin.hardmediumsoftlong.HardMediumSoftLongScore getScore()
getScore in interface ConstraintMatchViewpublic void setScore(org.optaplanner.core.api.score.buildin.hardmediumsoftlong.HardMediumSoftLongScore score)
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.