Package | Description |
---|---|
org.optaplanner.examples.nurserostering.domain | |
org.optaplanner.examples.nurserostering.domain.pattern | |
org.optaplanner.examples.nurserostering.persistence |
Modifier and Type | Method and Description |
---|---|
ShiftType |
ShiftAssignment.getShiftType() |
ShiftType |
ShiftTypeSkillRequirement.getShiftType() |
ShiftType |
Shift.getShiftType() |
Modifier and Type | Method and Description |
---|---|
List<ShiftType> |
NurseRoster.getShiftTypeList() |
Modifier and Type | Method and Description |
---|---|
void |
ShiftTypeSkillRequirement.setShiftType(ShiftType shiftType) |
void |
Shift.setShiftType(ShiftType shiftType) |
Modifier and Type | Method and Description |
---|---|
void |
NurseRoster.setShiftTypeList(List<ShiftType> shiftTypeList) |
Modifier and Type | Method and Description |
---|---|
ShiftType |
ShiftType3DaysPattern.getDayIndex0ShiftType() |
ShiftType |
ShiftType2DaysPattern.getDayIndex0ShiftType() |
ShiftType |
ShiftType3DaysPattern.getDayIndex1ShiftType() |
ShiftType |
ShiftType2DaysPattern.getDayIndex1ShiftType() |
ShiftType |
ShiftType3DaysPattern.getDayIndex2ShiftType() |
ShiftType |
WorkBeforeFreeSequencePattern.getWorkShiftType() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Field and Description |
---|---|
protected Map<org.apache.commons.lang3.tuple.Pair<DayOfWeek,ShiftType>,List<Shift>> |
NurseRosteringImporter.NurseRosteringInputBuilder.dayOfWeekAndShiftTypeToShiftListMap |
protected Map<String,ShiftType> |
NurseRosteringImporter.NurseRosteringInputBuilder.shiftTypeMap |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.