Uses of Interface
org.optaplanner.examples.common.app.CommonApp.ExtraAction
-
-
Uses of CommonApp.ExtraAction in org.optaplanner.examples.common.app
Methods in org.optaplanner.examples.common.app that return CommonApp.ExtraAction Modifier and Type Method Description protected CommonApp.ExtraAction<Solution_>[]CommonApp. createExtraActions() -
Uses of CommonApp.ExtraAction in org.optaplanner.examples.common.swingui
Constructors in org.optaplanner.examples.common.swingui with parameters of type CommonApp.ExtraAction Constructor Description SolverAndPersistenceFrame(SolutionBusiness<Solution_,?> solutionBusiness, SolutionPanel<Solution_> solutionPanel, CommonApp.ExtraAction<Solution_>[] extraActions) -
Uses of CommonApp.ExtraAction in org.optaplanner.examples.conferencescheduling.app
Methods in org.optaplanner.examples.conferencescheduling.app that return CommonApp.ExtraAction Modifier and Type Method Description protected CommonApp.ExtraAction<ConferenceSolution>[]ConferenceSchedulingApp. createExtraActions() -
Uses of CommonApp.ExtraAction in org.optaplanner.examples.conferencescheduling.swingui
Classes in org.optaplanner.examples.conferencescheduling.swingui that implement CommonApp.ExtraAction Modifier and Type Class Description classConferenceCFPImportAction
-