OptaPlanner distribution 6.0.1-SNAPSHOT

Uses of Class
org.optaplanner.examples.nurserostering.domain.request.ShiftOnRequest

Packages that use ShiftOnRequest
org.optaplanner.examples.nurserostering.domain   
 

Uses of ShiftOnRequest in org.optaplanner.examples.nurserostering.domain
 

Methods in org.optaplanner.examples.nurserostering.domain that return types with arguments of type ShiftOnRequest
 List<ShiftOnRequest> NurseRoster.getShiftOnRequestList()
           
 Map<Shift,ShiftOnRequest> Employee.getShiftOnRequestMap()
           
 

Method parameters in org.optaplanner.examples.nurserostering.domain with type arguments of type ShiftOnRequest
 void NurseRoster.setShiftOnRequestList(List<ShiftOnRequest> shiftOnRequestList)
           
 void Employee.setShiftOnRequestMap(Map<Shift,ShiftOnRequest> shiftOnRequestMap)
           
 


OptaPlanner distribution 6.0.1-SNAPSHOT

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.