Uses of Class
org.optaplanner.examples.batchscheduling.domain.Segment
-
Packages that use Segment Package Description org.optaplanner.examples.batchscheduling.domain -
-
Uses of Segment in org.optaplanner.examples.batchscheduling.domain
Methods in org.optaplanner.examples.batchscheduling.domain that return Segment Modifier and Type Method Description SegmentAllocation. getSegment()Methods in org.optaplanner.examples.batchscheduling.domain that return types with arguments of type Segment Modifier and Type Method Description List<Segment>RoutePath. getSegmentList()Methods in org.optaplanner.examples.batchscheduling.domain with parameters of type Segment Modifier and Type Method Description voidAllocation. setSegment(Segment segment)Method parameters in org.optaplanner.examples.batchscheduling.domain with type arguments of type Segment Modifier and Type Method Description voidRoutePath. setSegmentList(List<Segment> segmentList)
-