Class BatchSchedule
- java.lang.Object
-
- org.optaplanner.examples.common.domain.AbstractPersistable
-
- org.optaplanner.examples.batchscheduling.domain.BatchSchedule
-
public class BatchSchedule extends AbstractPersistable
-
-
Field Summary
-
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
-
-
Constructor Summary
Constructors Constructor Description BatchSchedule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Allocation>getAllocationList()List<AllocationPath>getAllocationPathList()List<Batch>getBatchList()org.optaplanner.core.api.score.buildin.bendablelong.BendableLongScoregetScore()voidsetAllocationList(List<Allocation> allocationList)voidsetAllocationPathList(List<AllocationPath> allocationPathList)voidsetBatchList(List<Batch> batchList)voidsetScore(org.optaplanner.core.api.score.buildin.bendablelong.BendableLongScore score)-
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId, toString
-
-
-
-
Method Detail
-
getAllocationList
public List<Allocation> getAllocationList()
-
setAllocationList
public void setAllocationList(List<Allocation> allocationList)
-
getAllocationPathList
public List<AllocationPath> getAllocationPathList()
-
setAllocationPathList
public void setAllocationPathList(List<AllocationPath> allocationPathList)
-
getScore
public org.optaplanner.core.api.score.buildin.bendablelong.BendableLongScore getScore()
-
setScore
public void setScore(org.optaplanner.core.api.score.buildin.bendablelong.BendableLongScore score)
-
-