Uses of Class
org.optaplanner.benchmark.impl.result.LoggingLevel
-
Packages that use LoggingLevel Package Description org.optaplanner.benchmark.impl.result -
-
Uses of LoggingLevel in org.optaplanner.benchmark.impl.result
Methods in org.optaplanner.benchmark.impl.result that return LoggingLevel Modifier and Type Method Description LoggingLevel
PlannerBenchmarkResult. getLoggingLevelDroolsCore()
LoggingLevel
PlannerBenchmarkResult. getLoggingLevelOptaPlannerCore()
static LoggingLevel
LoggingLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoggingLevel[]
LoggingLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-