Uses of Class
org.optaplanner.workbench.screens.solver.model.TerminationConfigModel
-
Packages that use TerminationConfigModel Package Description org.optaplanner.workbench.screens.solver.model -
-
Uses of TerminationConfigModel in org.optaplanner.workbench.screens.solver.model
Methods in org.optaplanner.workbench.screens.solver.model that return TerminationConfigModel Modifier and Type Method Description TerminationConfigModelSolverConfigModel. getTermination()Methods in org.optaplanner.workbench.screens.solver.model that return types with arguments of type TerminationConfigModel Modifier and Type Method Description List<TerminationConfigModel>TerminationConfigModel. getTerminationConfigList()Methods in org.optaplanner.workbench.screens.solver.model with parameters of type TerminationConfigModel Modifier and Type Method Description voidSolverConfigModel. setTerminationConfig(TerminationConfigModel terminationConfig)Method parameters in org.optaplanner.workbench.screens.solver.model with type arguments of type TerminationConfigModel Modifier and Type Method Description voidTerminationConfigModel. setTerminationConfigList(List<TerminationConfigModel> terminationConfigList)
-