|
Change Parameter Type roomStability : int to roomStability : HardMediumSoftScore in method public setRoomStability(roomStability HardMediumSoftScore) : void in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Parameter Type preferredAttendanceConflict : int to preferredAttendanceConflict : HardMediumSoftScore in method public setPreferredAttendanceConflict(preferredAttendanceConflict HardMediumSoftScore) : void in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Parameter Type dontGoInOvertime : int to dontGoInOvertime : HardMediumSoftScore in method public setDontGoInOvertime(dontGoInOvertime HardMediumSoftScore) : void in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Parameter Type startAndEndOnSameDay : int to startAndEndOnSameDay : HardMediumSoftScore in method public setStartAndEndOnSameDay(startAndEndOnSameDay HardMediumSoftScore) : void in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Parameter Type requiredRoomCapacity : int to requiredRoomCapacity : HardMediumSoftScore in method public setRequiredRoomCapacity(requiredRoomCapacity HardMediumSoftScore) : void in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Parameter Type overlappingMeetings : int to overlappingMeetings : HardMediumSoftScore in method public setOverlappingMeetings(overlappingMeetings HardMediumSoftScore) : void in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Parameter Type roomConflict : int to roomConflict : HardMediumSoftScore in method public setRoomConflict(roomConflict HardMediumSoftScore) : void in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Parameter Type oneTimeGrainBreakBetweenTwoConsecutiveMeetings : int to oneTimeGrainBreakBetweenTwoConsecutiveMeetings : HardMediumSoftScore in method public setOneTimeGrainBreakBetweenTwoConsecutiveMeetings(oneTimeGrainBreakBetweenTwoConsecutiveMeetings HardMediumSoftScore) : void in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Parameter Type doAllMeetingsAsSoonAsPossible : int to doAllMeetingsAsSoonAsPossible : HardMediumSoftScore in method public setDoAllMeetingsAsSoonAsPossible(doAllMeetingsAsSoonAsPossible HardMediumSoftScore) : void in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Parameter Type assignLargerRoomsFirst : int to assignLargerRoomsFirst : HardMediumSoftScore in method public setAssignLargerRoomsFirst(assignLargerRoomsFirst HardMediumSoftScore) : void in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Parameter Type requiredAndPreferredAttendanceConflict : int to requiredAndPreferredAttendanceConflict : HardMediumSoftScore in method public setRequiredAndPreferredAttendanceConflict(requiredAndPreferredAttendanceConflict HardMediumSoftScore) : void in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Parameter Type requiredAttendanceConflict : int to requiredAttendanceConflict : HardMediumSoftScore in method public setRequiredAttendanceConflict(requiredAttendanceConflict HardMediumSoftScore) : void in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Return Type Score to SimpleScore in method public extractScore(initScore int) : SimpleScore in class org.optaplanner.core.api.score.buildin.simple.SimpleScoreHolder |
From |
To |
|
Change Return Type Score to BendableBigDecimalScore in method public extractScore(initScore int) : BendableBigDecimalScore in class org.optaplanner.core.api.score.buildin.bendablebigdecimal.BendableBigDecimalScoreHolder |
From |
To |
|
Change Return Type int to HardMediumSoftScore in method public getOverlappingMeetings() : HardMediumSoftScore in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Return Type Score to HardSoftLongScore in method public extractScore(initScore int) : HardSoftLongScore in class org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScoreHolder |
From |
To |
|
Change Return Type Score to HardSoftScore in method public extractScore(initScore int) : HardSoftScore in class org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScoreHolder |
From |
To |
|
Change Return Type int to HardMediumSoftScore in method public getRequiredRoomCapacity() : HardMediumSoftScore in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Return Type int to HardMediumSoftScore in method public getStartAndEndOnSameDay() : HardMediumSoftScore in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Return Type int to HardMediumSoftScore in method public getRequiredAttendanceConflict() : HardMediumSoftScore in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Return Type Score to HardMediumSoftBigDecimalScore in method public extractScore(initScore int) : HardMediumSoftBigDecimalScore in class org.optaplanner.core.api.score.buildin.hardmediumsoftbigdecimal.HardMediumSoftBigDecimalScoreHolder |
From |
To |
|
Change Return Type Score to BendableLongScore in method public extractScore(initScore int) : BendableLongScore in class org.optaplanner.core.api.score.buildin.bendablelong.BendableLongScoreHolder |
From |
To |
|
Change Return Type Score to BendableScore in method public extractScore(initScore int) : BendableScore in class org.optaplanner.core.api.score.buildin.bendable.BendableScoreHolder |
From |
To |
|
Change Return Type int to HardMediumSoftScore in method public getRoomConflict() : HardMediumSoftScore in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Return Type int to HardMediumSoftScore in method public getDoAllMeetingsAsSoonAsPossible() : HardMediumSoftScore in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Return Type int to HardMediumSoftScore in method public getPreferredAttendanceConflict() : HardMediumSoftScore in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Return Type Score to SimpleBigDecimalScore in method public extractScore(initScore int) : SimpleBigDecimalScore in class org.optaplanner.core.api.score.buildin.simplebigdecimal.SimpleBigDecimalScoreHolder |
From |
To |
|
Change Return Type Score to HardSoftBigDecimalScore in method public extractScore(initScore int) : HardSoftBigDecimalScore in class org.optaplanner.core.api.score.buildin.hardsoftbigdecimal.HardSoftBigDecimalScoreHolder |
From |
To |
|
Change Return Type Score to HardMediumSoftScore in method public extractScore(initScore int) : HardMediumSoftScore in class org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScoreHolder |
From |
To |
|
Change Return Type int to HardMediumSoftScore in method public getOneTimeGrainBreakBetweenTwoConsecutiveMeetings() : HardMediumSoftScore in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Return Type int to HardMediumSoftScore in method public getAssignLargerRoomsFirst() : HardMediumSoftScore in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Return Type Score to SimpleLongScore in method public extractScore(initScore int) : SimpleLongScore in class org.optaplanner.core.api.score.buildin.simplelong.SimpleLongScoreHolder |
From |
To |
|
Change Return Type int to HardMediumSoftScore in method public getRoomStability() : HardMediumSoftScore in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Return Type int to HardMediumSoftScore in method public getDontGoInOvertime() : HardMediumSoftScore in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Return Type Score to SimpleDoubleScore in method public extractScore(initScore int) : SimpleDoubleScore in class org.optaplanner.core.api.score.buildin.simpledouble.SimpleDoubleScoreHolder |
From |
To |
|
Change Return Type int to HardMediumSoftScore in method public getRequiredAndPreferredAttendanceConflict() : HardMediumSoftScore in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Return Type Score to HardSoftDoubleScore in method public extractScore(initScore int) : HardSoftDoubleScore in class org.optaplanner.core.api.score.buildin.hardsoftdouble.HardSoftDoubleScoreHolder |
From |
To |
|
Change Return Type Score to HardMediumSoftLongScore in method public extractScore(initScore int) : HardMediumSoftLongScore in class org.optaplanner.core.api.score.buildin.hardmediumsoftlong.HardMediumSoftLongScoreHolder |
From |
To |
|
Change Attribute Type startAndEndOnSameDay : int to startAndEndOnSameDay : HardMediumSoftScore in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Attribute Type oneTimeGrainBreakBetweenTwoConsecutiveMeetings : int to oneTimeGrainBreakBetweenTwoConsecutiveMeetings : HardMediumSoftScore in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Attribute Type roomStability : int to roomStability : HardMediumSoftScore in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Attribute Type dontGoInOvertime : int to dontGoInOvertime : HardMediumSoftScore in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Attribute Type roomConflict : int to roomConflict : HardMediumSoftScore in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Attribute Type doAllMeetingsAsSoonAsPossible : int to doAllMeetingsAsSoonAsPossible : HardMediumSoftScore in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Attribute Type overlappingMeetings : int to overlappingMeetings : HardMediumSoftScore in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Attribute Type assignLargerRoomsFirst : int to assignLargerRoomsFirst : HardMediumSoftScore in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Attribute Type requiredAttendanceConflict : int to requiredAttendanceConflict : HardMediumSoftScore in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Attribute Type requiredRoomCapacity : int to requiredRoomCapacity : HardMediumSoftScore in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Attribute Type preferredAttendanceConflict : int to preferredAttendanceConflict : HardMediumSoftScore in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |
|
Change Attribute Type requiredAndPreferredAttendanceConflict : int to requiredAndPreferredAttendanceConflict : HardMediumSoftScore in class org.optaplanner.examples.meetingscheduling.domain.MeetingParametrization |
From |
To |