| Package | Description |
|---|---|
| org.optaplanner.core.config.score.director | |
| org.optaplanner.core.impl.score.director.drools | |
| org.optaplanner.core.impl.score.director.drools.testgen |
Classes to help isolate incremental score calculation bugs
during
EnvironmentMode.isAsserted(). |
| Modifier and Type | Method and Description |
|---|---|
protected <Solution_> |
ScoreDirectorFactoryConfig.buildDroolsScoreDirectorFactory(SolverConfigContext configContext,
SolutionDescriptor<Solution_> solutionDescriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
LegacyDroolsScoreDirectorFactory<Solution_> |
| Constructor and Description |
|---|
DroolsScoreDirector(DroolsScoreDirectorFactory<Solution_> scoreDirectorFactory,
boolean lookUpEnabled,
boolean constraintMatchEnabledPreference) |
| Modifier and Type | Class and Description |
|---|---|
class |
TestGenDroolsScoreDirectorFactory<Solution_> |
class |
TestGenLegacyDroolsScoreDirectorFactory<Solution_> |
| Constructor and Description |
|---|
TestGenDroolsScoreDirector(DroolsScoreDirectorFactory<Solution_> scoreDirectorFactory,
boolean lookUpEnabled,
boolean constraintMatchEnabledPreference,
List<String> scoreDrlList,
List<File> scoreDrlFileList) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.