org.optaplanner.benchmark.config
Class ProblemBenchmarksConfig
java.lang.Object
org.optaplanner.benchmark.config.ProblemBenchmarksConfig
public class ProblemBenchmarksConfig
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProblemBenchmarksConfig
public ProblemBenchmarksConfig()
getSolutionFileIOClass
public Class<SolutionFileIO> getSolutionFileIOClass()
setSolutionFileIOClass
public void setSolutionFileIOClass(Class<SolutionFileIO> solutionFileIOClass)
getXStreamAnnotatedClassList
public List<Class> getXStreamAnnotatedClassList()
setXStreamAnnotatedClassList
public void setXStreamAnnotatedClassList(List<Class> xStreamAnnotatedClassList)
getWriteOutputSolutionEnabled
public Boolean getWriteOutputSolutionEnabled()
setWriteOutputSolutionEnabled
public void setWriteOutputSolutionEnabled(Boolean writeOutputSolutionEnabled)
getInputSolutionFileList
public List<File> getInputSolutionFileList()
setInputSolutionFileList
public void setInputSolutionFileList(List<File> inputSolutionFileList)
getProblemStatisticTypeList
public List<ProblemStatisticType> getProblemStatisticTypeList()
setProblemStatisticTypeList
public void setProblemStatisticTypeList(List<ProblemStatisticType> problemStatisticTypeList)
buildProblemBenchmarkList
public List<ProblemBenchmarkResult> buildProblemBenchmarkList(PlannerBenchmarkResult plannerBenchmark,
SolverBenchmarkResult solverBenchmarkResult)
inherit
public void inherit(ProblemBenchmarksConfig inheritedConfig)
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.