public class ProblemBenchmarksConfig extends org.optaplanner.core.config.AbstractConfig<ProblemBenchmarksConfig>
Constructor and Description |
---|
ProblemBenchmarksConfig() |
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 Boolean getProblemStatisticEnabled()
public void setProblemStatisticEnabled(Boolean problemStatisticEnabled)
public List<ProblemStatisticType> getProblemStatisticTypeList()
public void setProblemStatisticTypeList(List<ProblemStatisticType> problemStatisticTypeList)
public List<SingleStatisticType> getSingleStatisticTypeList()
public void setSingleStatisticTypeList(List<SingleStatisticType> singleStatisticTypeList)
public <Solution_> void buildProblemBenchmarkList(org.optaplanner.core.config.SolverConfigContext solverConfigContext, SolverBenchmarkResult solverBenchmarkResult, Solution_[] extraProblems)
public void inherit(ProblemBenchmarksConfig inheritedConfig)
inherit
in class org.optaplanner.core.config.AbstractConfig<ProblemBenchmarksConfig>
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.