public class NurseRosteringImporter.NurseRosteringInputBuilder extends AbstractXmlSolutionImporter.XmlInputBuilder
Modifier and Type | Field and Description |
---|---|
protected Map<String,Contract> |
contractMap |
protected Map<List<String>,Shift> |
dateAndShiftTypeToShiftMap |
protected Map<List<Object>,List<Shift>> |
dayOfWeekAndShiftTypeToShiftListMap |
protected Map<String,Employee> |
employeeMap |
protected Map<String,Pattern> |
patternMap |
protected Map<String,ShiftDate> |
shiftDateMap |
protected Map<String,ShiftType> |
shiftTypeMap |
protected Map<String,Skill> |
skillMap |
document, inputFile
Constructor and Description |
---|
NurseRosteringImporter.NurseRosteringInputBuilder() |
Modifier and Type | Method and Description |
---|---|
org.optaplanner.core.impl.solution.Solution |
readSolution() |
assertElementName, getInputId, setDocument, setInputFile
protected Map<List<Object>,List<Shift>> dayOfWeekAndShiftTypeToShiftListMap
public NurseRosteringImporter.NurseRosteringInputBuilder()
public org.optaplanner.core.impl.solution.Solution readSolution() throws IOException, org.jdom.JDOMException
readSolution
in class AbstractXmlSolutionImporter.XmlInputBuilder
IOException
org.jdom.JDOMException
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.