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 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)
inherit
in class org.optaplanner.core.config.AbstractConfig<ProblemBenchmarksConfig>
Copyright © 2006–2017 JBoss by Red Hat. All rights reserved.