Class ShiftEmployeeConflict

    • Constructor Detail

      • ShiftEmployeeConflict

        public ShiftEmployeeConflict()
      • ShiftEmployeeConflict

        public ShiftEmployeeConflict​(Shift leftShift,
                                     Shift rightShift,
                                     org.optaplanner.core.api.score.buildin.hardmediumsoftlong.HardMediumSoftLongScore score)
    • Method Detail

      • getLeftShift

        public Shift getLeftShift()
      • setLeftShift

        public void setLeftShift​(Shift leftShift)
      • getRightShift

        public Shift getRightShift()
      • setRightShift

        public void setRightShift​(Shift rightShift)
      • getScore

        public org.optaplanner.core.api.score.buildin.hardmediumsoftlong.HardMediumSoftLongScore getScore()
        Specified by:
        getScore in interface ConstraintMatchView
      • setScore

        public void setScore​(org.optaplanner.core.api.score.buildin.hardmediumsoftlong.HardMediumSoftLongScore score)