Uses of Class
org.optaplanner.examples.batchscheduling.domain.Batch
-
Packages that use Batch Package Description org.optaplanner.examples.batchscheduling.domain -
-
Uses of Batch in org.optaplanner.examples.batchscheduling.domain
Methods in org.optaplanner.examples.batchscheduling.domain that return Batch Modifier and Type Method Description BatchAllocation. getBatch()BatchAllocationPath. getBatch()BatchRoutePath. getBatch()BatchSegment. getBatch()Methods in org.optaplanner.examples.batchscheduling.domain that return types with arguments of type Batch Modifier and Type Method Description List<Batch>BatchSchedule. getBatchList()Methods in org.optaplanner.examples.batchscheduling.domain with parameters of type Batch Modifier and Type Method Description voidAllocation. setBatch(Batch batch)voidAllocationPath. setBatch(Batch batch)voidRoutePath. setBatch(Batch batch)voidSegment. setBatch(Batch batch)Method parameters in org.optaplanner.examples.batchscheduling.domain with type arguments of type Batch Modifier and Type Method Description voidBatchSchedule. setBatchList(List<Batch> batchList)
-