| Constructor and Description |
|---|
InstanceProblemProvider(String problemName,
SolutionDescriptor<Solution_> solutionDescriptor,
Solution_ problem) |
| Modifier and Type | Method and Description |
|---|---|
protected EntityDescriptor |
AbstractConfig.deduceEntityDescriptor(SolutionDescriptor solutionDescriptor,
Class<?> entityClass) |
| Modifier and Type | Method and Description |
|---|---|
SolutionDescriptor |
ScanAnnotatedClassesConfig.buildSolutionDescriptor(SolverConfigContext configContext,
ClassLoader classLoader,
ScoreDefinition deprecatedScoreDefinition)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected EntityDescriptor |
ExhaustiveSearchPhaseConfig.deduceEntityDescriptor(SolutionDescriptor solutionDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
SolutionDescriptor |
HeuristicConfigPolicy.getSolutionDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
protected <Solution_> |
ScoreDirectorFactoryConfig.buildConstraintStreamScoreDirectorFactory(SolutionDescriptor<Solution_> solutionDescriptor) |
protected <Solution_> |
ScoreDirectorFactoryConfig.buildDroolsScoreDirectorFactory(SolverConfigContext configContext,
ClassLoader classLoader,
SolutionDescriptor<Solution_> solutionDescriptor) |
protected <Solution_> |
ScoreDirectorFactoryConfig.buildEasyScoreDirectorFactory(SolutionDescriptor<Solution_> solutionDescriptor) |
protected <Solution_> |
ScoreDirectorFactoryConfig.buildIncrementalScoreDirectorFactory(SolutionDescriptor<Solution_> solutionDescriptor) |
<Solution_> |
ScoreDirectorFactoryConfig.buildScoreDirectorFactory(SolverConfigContext configContext,
ClassLoader classLoader,
EnvironmentMode environmentMode,
SolutionDescriptor<Solution_> solutionDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
<Solution_> |
SolverConfig.buildSolutionDescriptor(SolverConfigContext configContext)
Do not use this method, it is an internal method.
|
| Modifier and Type | Method and Description |
|---|---|
SolutionDescriptor<Solution_> |
ConstraintConfigurationDescriptor.getSolutionDescriptor() |
| Constructor and Description |
|---|
ConstraintConfigurationDescriptor(SolutionDescriptor<Solution_> solutionDescriptor,
Class<?> constraintConfigurationClass) |
| Modifier and Type | Method and Description |
|---|---|
SolutionDescriptor<Solution_> |
EntityDescriptor.getSolutionDescriptor() |
| Constructor and Description |
|---|
EntityDescriptor(SolutionDescriptor<Solution_> solutionDescriptor,
Class<?> entityClass) |
| Modifier and Type | Field and Description |
|---|---|
protected SolutionDescriptor<Solution_> |
FieldAccessingSolutionCloner.solutionDescriptor |
| Constructor and Description |
|---|
FieldAccessingSolutionCloner(SolutionDescriptor<Solution_> solutionDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
static <Solution_> |
SolutionDescriptor.buildSolutionDescriptor(Class<Solution_> solutionClass,
Class<?>... entityClasses) |
static <Solution_> |
SolutionDescriptor.buildSolutionDescriptor(Class<Solution_> solutionClass,
List<Class<?>> entityClassList,
ScoreDefinition deprecatedScoreDefinition) |
| Modifier and Type | Field and Description |
|---|---|
protected SolutionDescriptor<Solution_> |
MutationCounter.solutionDescriptor |
| Constructor and Description |
|---|
MutationCounter(SolutionDescriptor<Solution_> solutionDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
SolutionDescriptor<Solution_> |
AbstractPhaseScope.getSolutionDescriptor() |
| Modifier and Type | Field and Description |
|---|---|
protected SolutionDescriptor<Solution_> |
AbstractScoreDirectorFactory.solutionDescriptor |
| Modifier and Type | Method and Description |
|---|---|
SolutionDescriptor<Solution_> |
InnerScoreDirectorFactory.getSolutionDescriptor() |
SolutionDescriptor<Solution_> |
InnerScoreDirector.getSolutionDescriptor() |
SolutionDescriptor<Solution_> |
AbstractScoreDirectorFactory.getSolutionDescriptor() |
SolutionDescriptor<Solution_> |
AbstractScoreDirector.getSolutionDescriptor() |
| Constructor and Description |
|---|
AbstractScoreDirectorFactory(SolutionDescriptor<Solution_> solutionDescriptor) |
| Constructor and Description |
|---|
DroolsScoreDirectorFactory(SolutionDescriptor<Solution_> solutionDescriptor,
org.kie.api.KieBase kieBase)
Deprecated.
for removal, legacy code.
|
DroolsScoreDirectorFactory(SolutionDescriptor<Solution_> solutionDescriptor,
org.kie.api.runtime.KieContainer kieContainer,
String ksessionName) |
| Constructor and Description |
|---|
TestGenDroolsScoreDirectorFactory(SolutionDescriptor<Solution_> solutionDescriptor,
org.kie.api.KieBase kieBase,
List<String> scoreDrlList,
List<File> scoreDrlFileList)
Deprecated.
for removal, legacy code.
|
TestGenDroolsScoreDirectorFactory(SolutionDescriptor<Solution_> solutionDescriptor,
org.kie.api.runtime.KieContainer kieContainer,
String ksessionName) |
| Constructor and Description |
|---|
EasyScoreDirectorFactory(SolutionDescriptor<Solution_> solutionDescriptor,
EasyScoreCalculator<Solution_,?> easyScoreCalculator) |
| Constructor and Description |
|---|
IncrementalScoreDirectorFactory(SolutionDescriptor<Solution_> solutionDescriptor,
Class<? extends IncrementalScoreCalculator> incrementalScoreCalculatorClass,
Map<String,String> incrementalScoreCalculatorCustomProperties) |
| Constructor and Description |
|---|
ConstraintStreamScoreDirectorFactory(SolutionDescriptor<Solution_> solutionDescriptor,
ConstraintProvider constraintProvider,
ConstraintStreamImplType constraintStreamImplType) |
| Modifier and Type | Method and Description |
|---|---|
SolutionDescriptor<Solution_> |
InnerConstraintFactory.getSolutionDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
SolutionDescriptor<Solution_> |
BavetConstraintFactory.getSolutionDescriptor() |
| Constructor and Description |
|---|
BavetConstraintFactory(SolutionDescriptor<Solution_> solutionDescriptor) |
BavetConstraintSessionFactory(SolutionDescriptor<Solution_> solutionDescriptor,
List<BavetConstraint<Solution_>> constraintList) |
| Constructor and Description |
|---|
AbstractConstraintSessionFactory(SolutionDescriptor<Solution_> solutionDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
SolutionDescriptor<Solution_> |
DroolsConstraintFactory.getSolutionDescriptor() |
| Constructor and Description |
|---|
DroolsConstraintFactory(SolutionDescriptor<Solution_> solutionDescriptor) |
DroolsConstraintSessionFactory(SolutionDescriptor<Solution_> solutionDescriptor,
org.drools.model.Model model,
List<DroolsConstraint<Solution_>> constraintList) |
| Modifier and Type | Method and Description |
|---|---|
SolutionDescriptor<Solution_> |
DefaultSolverScope.getSolutionDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
protected SolutionDescriptor<Solution_> |
DefaultConstraintVerifier.getSolutionDescriptor() |
| Constructor and Description |
|---|
DefaultConstraintVerifier(ConstraintProvider_ constraintProvider,
SolutionDescriptor<Solution_> solutionDescriptor) |
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.