| Package | Description |
|---|---|
| org.optaplanner.core.config.score.definition | |
| org.optaplanner.core.config.score.director |
| Modifier and Type | Method and Description |
|---|---|
static ScoreDefinitionType |
ScoreDefinitionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScoreDefinitionType[] |
ScoreDefinitionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected ScoreDefinitionType |
ScoreDirectorFactoryConfig.scoreDefinitionType
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ScoreDefinitionType |
ScoreDirectorFactoryConfig.getScoreDefinitionType()
Deprecated.
Use
PlanningScore instead. Will be removed in 8.0. |
| Modifier and Type | Method and Description |
|---|---|
void |
ScoreDirectorFactoryConfig.setScoreDefinitionType(ScoreDefinitionType scoreDefinitionType)
Deprecated.
Use
PlanningScore instead. Will be removed in 8.0. |
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.