org.optaplanner.benchmark.config
public class ProblemBenchmarksConfig extends Object
Constructor and Description |
---|
ProblemBenchmarksConfig() |
Modifier and Type | Method and Description |
---|---|
List<ProblemBenchmark> |
buildProblemBenchmarkList(DefaultPlannerBenchmark plannerBenchmark,
SolverBenchmark solverBenchmark) |
List<File> |
getInputSolutionFileList() |
Class<org.optaplanner.core.impl.solution.ProblemIO> |
getProblemIOClass() |
List<ProblemStatisticType> |
getProblemStatisticTypeList() |
Boolean |
getWriteOutputSolutionEnabled() |
List<Class> |
getXstreamAnnotatedClassList() |
void |
inherit(ProblemBenchmarksConfig inheritedConfig) |
void |
setInputSolutionFileList(List<File> inputSolutionFileList) |
void |
setProblemIOClass(Class<org.optaplanner.core.impl.solution.ProblemIO> problemIOClass) |
void |
setProblemStatisticTypeList(List<ProblemStatisticType> problemStatisticTypeList) |
void |
setWriteOutputSolutionEnabled(Boolean writeOutputSolutionEnabled) |
void |
setXstreamAnnotatedClassList(List<Class> xstreamAnnotatedClassList) |
public Class<org.optaplanner.core.impl.solution.ProblemIO> getProblemIOClass()
public void setProblemIOClass(Class<org.optaplanner.core.impl.solution.ProblemIO> problemIOClass)
public void setXstreamAnnotatedClassList(List<Class> xstreamAnnotatedClassList)
public Boolean getWriteOutputSolutionEnabled()
public void setWriteOutputSolutionEnabled(Boolean writeOutputSolutionEnabled)
public List<ProblemStatisticType> getProblemStatisticTypeList()
public void setProblemStatisticTypeList(List<ProblemStatisticType> problemStatisticTypeList)
public List<ProblemBenchmark> buildProblemBenchmarkList(DefaultPlannerBenchmark plannerBenchmark, SolverBenchmark solverBenchmark)
public void inherit(ProblemBenchmarksConfig inheritedConfig)
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.