OptaPlanner distribution 6.2.1-SNAPSHOT

Uses of Class
org.optaplanner.examples.nurserostering.domain.ShiftType

Packages that use ShiftType
org.optaplanner.examples.nurserostering.domain   
org.optaplanner.examples.nurserostering.domain.pattern   
org.optaplanner.examples.nurserostering.persistence   
 

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

Methods in org.optaplanner.examples.nurserostering.domain that return ShiftType
 ShiftType ShiftTypeSkillRequirement.getShiftType()
           
 ShiftType ShiftAssignment.getShiftType()
           
 ShiftType Shift.getShiftType()
           
 

Methods in org.optaplanner.examples.nurserostering.domain that return types with arguments of type ShiftType
 List<ShiftType> NurseRoster.getShiftTypeList()
           
 

Methods in org.optaplanner.examples.nurserostering.domain with parameters of type ShiftType
 void ShiftTypeSkillRequirement.setShiftType(ShiftType shiftType)
           
 void Shift.setShiftType(ShiftType shiftType)
           
 

Method parameters in org.optaplanner.examples.nurserostering.domain with type arguments of type ShiftType
 void NurseRoster.setShiftTypeList(List<ShiftType> shiftTypeList)
           
 

Uses of ShiftType in org.optaplanner.examples.nurserostering.domain.pattern
 

Methods in org.optaplanner.examples.nurserostering.domain.pattern that return ShiftType
 ShiftType ShiftType3DaysPattern.getDayIndex0ShiftType()
           
 ShiftType ShiftType2DaysPattern.getDayIndex0ShiftType()
           
 ShiftType ShiftType3DaysPattern.getDayIndex1ShiftType()
           
 ShiftType ShiftType2DaysPattern.getDayIndex1ShiftType()
           
 ShiftType ShiftType3DaysPattern.getDayIndex2ShiftType()
           
 ShiftType WorkBeforeFreeSequencePattern.getWorkShiftType()
           
 

Methods in org.optaplanner.examples.nurserostering.domain.pattern with parameters of type ShiftType
 void ShiftType3DaysPattern.setDayIndex0ShiftType(ShiftType dayIndex0ShiftType)
           
 void ShiftType2DaysPattern.setDayIndex0ShiftType(ShiftType dayIndex0ShiftType)
           
 void ShiftType3DaysPattern.setDayIndex1ShiftType(ShiftType dayIndex1ShiftType)
           
 void ShiftType2DaysPattern.setDayIndex1ShiftType(ShiftType dayIndex1ShiftType)
           
 void ShiftType3DaysPattern.setDayIndex2ShiftType(ShiftType dayIndex2ShiftType)
           
 void WorkBeforeFreeSequencePattern.setWorkShiftType(ShiftType workShiftType)
           
 

Uses of ShiftType in org.optaplanner.examples.nurserostering.persistence
 

Fields in org.optaplanner.examples.nurserostering.persistence with type parameters of type ShiftType
protected  Map<String,ShiftType> NurseRosteringImporter.NurseRosteringInputBuilder.shiftTypeMap
           
 


OptaPlanner distribution 6.2.1-SNAPSHOT

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