public static class NurseRosteringImporter.NurseRosteringInputBuilder extends AbstractXmlSolutionImporter.XmlInputBuilder<NurseRoster>
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Contract> |
contractMap |
protected Map<org.apache.commons.lang3.tuple.Pair<LocalDate,String>,Shift> |
dateAndShiftTypeToShiftMap |
protected Map<org.apache.commons.lang3.tuple.Pair<DayOfWeek,ShiftType>,List<Shift>> |
dayOfWeekAndShiftTypeToShiftListMap |
protected Map<String,Employee> |
employeeMap |
protected Map<String,Pattern> |
patternMap |
protected Map<LocalDate,ShiftDate> |
shiftDateMap |
protected Map<String,ShiftType> |
shiftTypeMap |
protected Map<String,Skill> |
skillMap |
document, inputFilelogger| Constructor and Description |
|---|
NurseRosteringInputBuilder() |
| Modifier and Type | Method and Description |
|---|---|
NurseRoster |
readSolution() |
assertElementName, getInputId, setDocument, setInputFileprotected Map<org.apache.commons.lang3.tuple.Pair<LocalDate,String>,Shift> dateAndShiftTypeToShiftMap
protected Map<org.apache.commons.lang3.tuple.Pair<DayOfWeek,ShiftType>,List<Shift>> dayOfWeekAndShiftTypeToShiftListMap
public NurseRoster readSolution() throws IOException, org.jdom.JDOMException
readSolution in class AbstractXmlSolutionImporter.XmlInputBuilder<NurseRoster>IOExceptionorg.jdom.JDOMExceptionCopyright © 2006–2018 JBoss by Red Hat. All rights reserved.