public class SolverProperties extends Object
Constructor and Description |
---|
SolverProperties() |
Modifier and Type | Method and Description |
---|---|
org.optaplanner.core.config.solver.EnvironmentMode |
getEnvironmentMode() |
String |
getMoveThreadCount() |
TerminationProperties |
getTermination() |
void |
setEnvironmentMode(org.optaplanner.core.config.solver.EnvironmentMode environmentMode) |
void |
setMoveThreadCount(String moveThreadCount) |
void |
setTermination(TerminationProperties termination) |
public org.optaplanner.core.config.solver.EnvironmentMode getEnvironmentMode()
public void setEnvironmentMode(org.optaplanner.core.config.solver.EnvironmentMode environmentMode)
public String getMoveThreadCount()
public void setMoveThreadCount(String moveThreadCount)
public TerminationProperties getTermination()
public void setTermination(TerminationProperties termination)
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.