Uses of Class
org.optaplanner.examples.batchscheduling.domain.AllocationPath
-
Packages that use AllocationPath Package Description org.optaplanner.examples.batchscheduling.domain org.optaplanner.examples.batchscheduling.solver.score -
-
Uses of AllocationPath in org.optaplanner.examples.batchscheduling.domain
Methods in org.optaplanner.examples.batchscheduling.domain that return types with arguments of type AllocationPath Modifier and Type Method Description List<AllocationPath>BatchSchedule. getAllocationPathList()Method parameters in org.optaplanner.examples.batchscheduling.domain with type arguments of type AllocationPath Modifier and Type Method Description voidBatchSchedule. setAllocationPathList(List<AllocationPath> allocationPathList) -
Uses of AllocationPath in org.optaplanner.examples.batchscheduling.solver.score
Methods in org.optaplanner.examples.batchscheduling.solver.score with parameters of type AllocationPath Modifier and Type Method Description voidBatchSchedulingIncrementalScoreCalculator. updateBatchEndDate(AllocationPath allocationPath)
-