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, inputFile
logger
Constructor and Description |
---|
NurseRosteringInputBuilder() |
Modifier and Type | Method and Description |
---|---|
NurseRoster |
readSolution() |
assertElementName, getInputId, setDocument, setInputFile
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
public NurseRoster readSolution() throws IOException, org.jdom.JDOMException
readSolution
in class AbstractXmlSolutionImporter.XmlInputBuilder<NurseRoster>
IOException
org.jdom.JDOMException
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.