Uses of Class
org.optaplanner.examples.batchscheduling.domain.BatchSchedule
-
-
Uses of BatchSchedule in org.optaplanner.examples.batchscheduling.app
Methods in org.optaplanner.examples.batchscheduling.app that return types with arguments of type BatchSchedule Modifier and Type Method Description org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<BatchSchedule>BatchSchedulingApp. createSolutionFileIO()protected SolutionPanel<BatchSchedule>BatchSchedulingApp. createSolutionPanel() -
Uses of BatchSchedule in org.optaplanner.examples.batchscheduling.domain.solver
Method parameters in org.optaplanner.examples.batchscheduling.domain.solver with type arguments of type BatchSchedule Modifier and Type Method Description voidPredecessorsDoneDateUpdatingVariableListener. afterEntityAdded(org.optaplanner.core.api.score.director.ScoreDirector<BatchSchedule> scoreDirector, Allocation allocation)voidPredecessorsDoneDateUpdatingVariableListener. afterEntityRemoved(org.optaplanner.core.api.score.director.ScoreDirector<BatchSchedule> scoreDirector, Allocation allocation)voidPredecessorsDoneDateUpdatingVariableListener. afterVariableChanged(org.optaplanner.core.api.score.director.ScoreDirector<BatchSchedule> scoreDirector, Allocation allocation)voidPredecessorsDoneDateUpdatingVariableListener. beforeEntityAdded(org.optaplanner.core.api.score.director.ScoreDirector<BatchSchedule> scoreDirector, Allocation allocation)voidPredecessorsDoneDateUpdatingVariableListener. beforeEntityRemoved(org.optaplanner.core.api.score.director.ScoreDirector<BatchSchedule> scoreDirector, Allocation allocation)voidPredecessorsDoneDateUpdatingVariableListener. beforeVariableChanged(org.optaplanner.core.api.score.director.ScoreDirector<BatchSchedule> scoreDirector, Allocation allocation)protected voidPredecessorsDoneDateUpdatingVariableListener. updateAllocation(org.optaplanner.core.api.score.director.ScoreDirector<BatchSchedule> scoreDirector, Allocation arg1) -
Uses of BatchSchedule in org.optaplanner.examples.batchscheduling.solver.score
Methods in org.optaplanner.examples.batchscheduling.solver.score with parameters of type BatchSchedule Modifier and Type Method Description org.optaplanner.core.api.score.buildin.bendablelong.BendableLongScoreBatchSchedulingEasyScoreCalculator. calculateScore(BatchSchedule schedule)voidBatchSchedulingIncrementalScoreCalculator. resetWorkingSolution(BatchSchedule schedule) -
Uses of BatchSchedule in org.optaplanner.examples.batchscheduling.swingui
Methods in org.optaplanner.examples.batchscheduling.swingui with parameters of type BatchSchedule Modifier and Type Method Description voidBatchSchedulingPanel. resetPanel(BatchSchedule solution)
-