Class PatientAdmissionScheduleExporter
java.lang.Object
org.optaplanner.examples.common.app.LoggingMain
org.optaplanner.examples.common.persistence.AbstractSolutionExporter<Solution_>
org.optaplanner.examples.common.persistence.AbstractTxtSolutionExporter<PatientAdmissionSchedule>
org.optaplanner.examples.pas.persistence.PatientAdmissionScheduleExporter
public class PatientAdmissionScheduleExporter
extends AbstractTxtSolutionExporter<PatientAdmissionSchedule>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class org.optaplanner.examples.common.persistence.AbstractTxtSolutionExporter
AbstractTxtSolutionExporter.TxtOutputBuilder<Solution_>Nested classes/interfaces inherited from class org.optaplanner.examples.common.persistence.AbstractSolutionExporter
AbstractSolutionExporter.OutputBuilder -
Field Summary
Fields inherited from class org.optaplanner.examples.common.persistence.AbstractTxtSolutionExporter
DEFAULT_OUTPUT_FILE_SUFFIXFields inherited from class org.optaplanner.examples.common.app.LoggingMain
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidMethods inherited from class org.optaplanner.examples.common.persistence.AbstractTxtSolutionExporter
getOutputFileSuffix, writeSolution
-
Constructor Details
-
PatientAdmissionScheduleExporter
public PatientAdmissionScheduleExporter()
-
-
Method Details
-
main
-
createTxtOutputBuilder
public AbstractTxtSolutionExporter.TxtOutputBuilder<PatientAdmissionSchedule> createTxtOutputBuilder()- Specified by:
createTxtOutputBuilderin classAbstractTxtSolutionExporter<PatientAdmissionSchedule>
-