public class ProblemBenchmarksConfig extends AbstractConfig<ProblemBenchmarksConfig>
Constructor and Description |
---|
ProblemBenchmarksConfig() |
Modifier and Type | Method and Description |
---|---|
void |
buildProblemBenchmarkList(SolverBenchmarkResult solverBenchmarkResult) |
List<File> |
getInputSolutionFileList() |
List<ProblemStatisticType> |
getProblemStatisticTypeList() |
List<SingleStatisticType> |
getSingleStatisticTypeList() |
Class<org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO> |
getSolutionFileIOClass() |
Boolean |
getWriteOutputSolutionEnabled() |
List<Class> |
getXStreamAnnotatedClassList() |
void |
inherit(ProblemBenchmarksConfig inheritedConfig)
Inherits each property of the
inheritedConfig unless that property (or a semantic alternative)
is defined by this instance (which overwrites the inherited behaviour). |
void |
setInputSolutionFileList(List<File> inputSolutionFileList) |
void |
setProblemStatisticTypeList(List<ProblemStatisticType> problemStatisticTypeList) |
void |
setSingleStatisticTypeList(List<SingleStatisticType> singleStatisticTypeList) |
void |
setSolutionFileIOClass(Class<org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO> solutionFileIOClass) |
void |
setWriteOutputSolutionEnabled(Boolean writeOutputSolutionEnabled) |
void |
setXStreamAnnotatedClassList(List<Class> xStreamAnnotatedClassList) |
deduceEntityDescriptor, deduceVariableDescriptor, deduceVariableDescriptorList, newInstance, toString
public Class<org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO> getSolutionFileIOClass()
public void setSolutionFileIOClass(Class<org.optaplanner.persistence.common.api.domain.solution.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)
AbstractConfig
inheritedConfig
unless that property (or a semantic alternative)
is defined by this instance (which overwrites the inherited behaviour).
After the inheritance, if a property on this AbstractConfig
composition is replaced,
it should not affect the inherited composition instance.
inherit
in class AbstractConfig<ProblemBenchmarksConfig>
inheritedConfig
- never nullCopyright © 2006–2016 JBoss by Red Hat. All rights reserved.