31323334353637
return "/org/drools/planner/examples/pas/solver/patientAdmissionScheduleSolverConfig.xml"; } @Override protected SolutionDao createSolutionDao() { return new PatientAdmissionScheduleDaoImpl(); }
50515253545556
return new PatientAdmissionSchedulePanel(); } @Override protected SolutionDao createSolutionDao() { return new PatientAdmissionScheduleDaoImpl(); }
49505152535455