Uses of Class
org.optaplanner.examples.common.swingui.SolverAndPersistenceFrame
-
-
Uses of SolverAndPersistenceFrame in org.optaplanner.examples.common.app
Fields in org.optaplanner.examples.common.app declared as SolverAndPersistenceFrame Modifier and Type Field Description protected SolverAndPersistenceFrame<Solution_>CommonApp. solverAndPersistenceFrame -
Uses of SolverAndPersistenceFrame in org.optaplanner.examples.common.business
Methods in org.optaplanner.examples.common.business with parameters of type SolverAndPersistenceFrame Modifier and Type Method Description voidSolutionBusiness. registerForBestSolutionChanges(SolverAndPersistenceFrame<Solution_> solverAndPersistenceFrame) -
Uses of SolverAndPersistenceFrame in org.optaplanner.examples.common.swingui
Fields in org.optaplanner.examples.common.swingui declared as SolverAndPersistenceFrame Modifier and Type Field Description protected SolverAndPersistenceFrameSolutionPanel. solverAndPersistenceFrameMethods in org.optaplanner.examples.common.swingui that return SolverAndPersistenceFrame Modifier and Type Method Description SolverAndPersistenceFrameSolutionPanel. getSolverAndPersistenceFrame()Methods in org.optaplanner.examples.common.swingui with parameters of type SolverAndPersistenceFrame Modifier and Type Method Description voidSolutionPanel. setSolverAndPersistenceFrame(SolverAndPersistenceFrame solverAndPersistenceFrame)Constructors in org.optaplanner.examples.common.swingui with parameters of type SolverAndPersistenceFrame Constructor Description ConstraintMatchesDialog(SolverAndPersistenceFrame solverAndPersistenceFrame, SolutionBusiness solutionBusiness) -
Uses of SolverAndPersistenceFrame in org.optaplanner.examples.examination.swingui
Methods in org.optaplanner.examples.examination.swingui with parameters of type SolverAndPersistenceFrame Modifier and Type Method Description voidExaminationPanel. setSolverAndPersistenceFrame(SolverAndPersistenceFrame solverAndPersistenceFrame) -
Uses of SolverAndPersistenceFrame in org.optaplanner.examples.tsp.swingui
Methods in org.optaplanner.examples.tsp.swingui that return SolverAndPersistenceFrame Modifier and Type Method Description SolverAndPersistenceFrameTspPanel. getWorkflowFrame() -
Uses of SolverAndPersistenceFrame in org.optaplanner.examples.vehiclerouting.swingui
Methods in org.optaplanner.examples.vehiclerouting.swingui that return SolverAndPersistenceFrame Modifier and Type Method Description SolverAndPersistenceFrameVehicleRoutingPanel. getWorkflowFrame()
-