public class SolverProperties extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SCORE_DRL_URL |
Constructor and Description |
---|
SolverProperties() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getDaemon() |
org.optaplanner.core.config.solver.EnvironmentMode |
getEnvironmentMode() |
String |
getMoveThreadCount() |
TerminationProperties |
getTermination() |
void |
setDaemon(Boolean daemon) |
void |
setEnvironmentMode(org.optaplanner.core.config.solver.EnvironmentMode environmentMode) |
void |
setMoveThreadCount(String moveThreadCount) |
void |
setTermination(TerminationProperties termination) |
public static final String DEFAULT_SCORE_DRL_URL
public org.optaplanner.core.config.solver.EnvironmentMode getEnvironmentMode()
public void setEnvironmentMode(org.optaplanner.core.config.solver.EnvironmentMode environmentMode)
public Boolean getDaemon()
public void setDaemon(Boolean daemon)
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.