Uses of Class
org.optaplanner.examples.common.business.SolutionBusiness
-
Packages that use SolutionBusiness Package Description org.optaplanner.examples.common.app org.optaplanner.examples.common.swingui org.optaplanner.examples.conferencescheduling.swingui -
-
Uses of SolutionBusiness in org.optaplanner.examples.common.app
Fields in org.optaplanner.examples.common.app declared as SolutionBusiness Modifier and Type Field Description protected SolutionBusiness<Solution_,?>CommonApp. solutionBusinessMethods in org.optaplanner.examples.common.app that return SolutionBusiness Modifier and Type Method Description SolutionBusiness<Solution_,?>CommonApp. createSolutionBusiness()Methods in org.optaplanner.examples.common.app that return types with arguments of type SolutionBusiness Modifier and Type Method Description BiConsumer<SolutionBusiness<Solution_,?>,SolutionPanel<Solution_>>CommonApp.ExtraAction. getConsumer() -
Uses of SolutionBusiness in org.optaplanner.examples.common.swingui
Fields in org.optaplanner.examples.common.swingui declared as SolutionBusiness Modifier and Type Field Description protected SolutionBusinessConstraintMatchesDialog. solutionBusinessprotected SolutionBusiness<Solution_,?>SolutionPanel. solutionBusinessMethods in org.optaplanner.examples.common.swingui that return SolutionBusiness Modifier and Type Method Description SolutionBusiness<Solution_,?>SolutionPanel. getSolutionBusiness()Methods in org.optaplanner.examples.common.swingui with parameters of type SolutionBusiness Modifier and Type Method Description voidSolutionPanel. setSolutionBusiness(SolutionBusiness<Solution_,?> solutionBusiness)Constructors in org.optaplanner.examples.common.swingui with parameters of type SolutionBusiness Constructor Description ConstraintMatchesDialog(SolverAndPersistenceFrame solverAndPersistenceFrame, SolutionBusiness solutionBusiness)SolverAndPersistenceFrame(SolutionBusiness<Solution_,?> solutionBusiness, SolutionPanel<Solution_> solutionPanel, CommonApp.ExtraAction<Solution_>[] extraActions) -
Uses of SolutionBusiness in org.optaplanner.examples.conferencescheduling.swingui
Methods in org.optaplanner.examples.conferencescheduling.swingui that return types with arguments of type SolutionBusiness Modifier and Type Method Description BiConsumer<SolutionBusiness<ConferenceSolution,?>,SolutionPanel<ConferenceSolution>>ConferenceCFPImportAction. getConsumer()
-