Uses of Class
jasima.core.experiment.OCBAExperiment.ProblemType
-
Packages that use OCBAExperiment.ProblemType Package Description jasima.core.experiment -
-
Uses of OCBAExperiment.ProblemType in jasima.core.experiment
Methods in jasima.core.experiment that return OCBAExperiment.ProblemType Modifier and Type Method Description OCBAExperiment.ProblemTypeOCBAExperiment. getProblemType()static OCBAExperiment.ProblemTypeOCBAExperiment.ProblemType. valueOf(String name)Returns the enum constant of this type with the specified name.static OCBAExperiment.ProblemType[]OCBAExperiment.ProblemType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jasima.core.experiment with parameters of type OCBAExperiment.ProblemType Modifier and Type Method Description voidOCBAExperiment. setProblemType(OCBAExperiment.ProblemType problemType)Sets whether a minimization or maximization experiment should be solved.
-