public class ProblemBenchmarksConfig extends Object
Constructor and Description |
---|
ProblemBenchmarksConfig() |
Modifier and Type | Method and Description |
---|---|
void |
buildProblemBenchmarkList(SolverBenchmarkResult solverBenchmarkResult) |
List<File> |
getInputSolutionFileList() |
List<ProblemStatisticType> |
getProblemStatisticTypeList() |
List<SingleStatisticType> |
getSingleStatisticTypeList() |
Class<SolutionFileIO> |
getSolutionFileIOClass() |
Boolean |
getWriteOutputSolutionEnabled() |
List<Class> |
getXStreamAnnotatedClassList() |
void |
inherit(ProblemBenchmarksConfig inheritedConfig) |
void |
setInputSolutionFileList(List<File> inputSolutionFileList) |
void |
setProblemStatisticTypeList(List<ProblemStatisticType> problemStatisticTypeList) |
void |
setSingleStatisticTypeList(List<SingleStatisticType> singleStatisticTypeList) |
void |
setSolutionFileIOClass(Class<SolutionFileIO> solutionFileIOClass) |
void |
setWriteOutputSolutionEnabled(Boolean writeOutputSolutionEnabled) |
void |
setXStreamAnnotatedClassList(List<Class> xStreamAnnotatedClassList) |
public Class<SolutionFileIO> getSolutionFileIOClass()
public void setSolutionFileIOClass(Class<SolutionFileIO> solutionFileIOClass)
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<SingleStatisticType> getSingleStatisticTypeList()
public void setSingleStatisticTypeList(List<SingleStatisticType> singleStatisticTypeList)
public void buildProblemBenchmarkList(SolverBenchmarkResult solverBenchmarkResult)
public void inherit(ProblemBenchmarksConfig inheritedConfig)
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.