Uses of Class
org.optaplanner.examples.projectjobscheduling.domain.Schedule
-
-
Uses of Schedule in org.optaplanner.examples.projectjobscheduling.app
Methods in org.optaplanner.examples.projectjobscheduling.app that return types with arguments of type Schedule Modifier and Type Method Description org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<Schedule>ProjectJobSchedulingApp. createSolutionFileIO() -
Uses of Schedule in org.optaplanner.examples.projectjobscheduling.domain.solver
Methods in org.optaplanner.examples.projectjobscheduling.domain.solver with parameters of type Schedule Modifier and Type Method Description booleanNotSourceOrSinkAllocationFilter. accept(Schedule schedule, Allocation allocation)ExecutionModeStrengthWeightFactory.ExecutionModeStrengthWeightExecutionModeStrengthWeightFactory. createSorterWeight(Schedule schedule, ExecutionMode executionMode)Method parameters in org.optaplanner.examples.projectjobscheduling.domain.solver with type arguments of type Schedule Modifier and Type Method Description voidPredecessorsDoneDateUpdatingVariableListener. afterEntityAdded(org.optaplanner.core.api.score.director.ScoreDirector<Schedule> scoreDirector, Allocation allocation)voidPredecessorsDoneDateUpdatingVariableListener. afterEntityRemoved(org.optaplanner.core.api.score.director.ScoreDirector<Schedule> scoreDirector, Allocation allocation)voidPredecessorsDoneDateUpdatingVariableListener. afterVariableChanged(org.optaplanner.core.api.score.director.ScoreDirector<Schedule> scoreDirector, Allocation allocation)voidPredecessorsDoneDateUpdatingVariableListener. beforeEntityAdded(org.optaplanner.core.api.score.director.ScoreDirector<Schedule> scoreDirector, Allocation allocation)voidPredecessorsDoneDateUpdatingVariableListener. beforeEntityRemoved(org.optaplanner.core.api.score.director.ScoreDirector<Schedule> scoreDirector, Allocation allocation)voidPredecessorsDoneDateUpdatingVariableListener. beforeVariableChanged(org.optaplanner.core.api.score.director.ScoreDirector<Schedule> scoreDirector, Allocation allocation)protected voidPredecessorsDoneDateUpdatingVariableListener. updateAllocation(org.optaplanner.core.api.score.director.ScoreDirector<Schedule> scoreDirector, Allocation originalAllocation)protected booleanPredecessorsDoneDateUpdatingVariableListener. updatePredecessorsDoneDate(org.optaplanner.core.api.score.director.ScoreDirector<Schedule> scoreDirector, Allocation allocation) -
Uses of Schedule in org.optaplanner.examples.projectjobscheduling.persistence
Methods in org.optaplanner.examples.projectjobscheduling.persistence that return Schedule Modifier and Type Method Description ScheduleProjectJobSchedulingImporter.ProjectJobSchedulingInputBuilder.ProjectFileInputBuilder. readSolution()ScheduleProjectJobSchedulingImporter.ProjectJobSchedulingInputBuilder. readSolution()Methods in org.optaplanner.examples.projectjobscheduling.persistence that return types with arguments of type Schedule Modifier and Type Method Description AbstractTxtSolutionImporter.TxtInputBuilder<Schedule>ProjectJobSchedulingImporter. createTxtInputBuilder()Constructors in org.optaplanner.examples.projectjobscheduling.persistence with parameters of type Schedule Constructor Description ProjectFileInputBuilder(Schedule schedule, Project project) -
Uses of Schedule in org.optaplanner.examples.projectjobscheduling.score
Methods in org.optaplanner.examples.projectjobscheduling.score with parameters of type Schedule Modifier and Type Method Description voidProjectJobSchedulingIncrementalScoreCalculator. resetWorkingSolution(Schedule schedule) -
Uses of Schedule in org.optaplanner.examples.projectjobscheduling.swingui
Methods in org.optaplanner.examples.projectjobscheduling.swingui with parameters of type Schedule Modifier and Type Method Description voidProjectJobSchedulingPanel. resetPanel(Schedule schedule)
-