| Modifier and Type | Method and Description |
|---|---|
protected abstract P |
SingleStatistic.createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
| Modifier and Type | Method and Description |
|---|---|
protected BestScoreStatisticPoint |
BestScoreSingleStatistic.createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
| Modifier and Type | Method and Description |
|---|---|
protected BestSolutionMutationStatisticPoint |
BestSolutionMutationSingleStatistic.createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
| Modifier and Type | Method and Description |
|---|---|
protected CalculateCountStatisticPoint |
CalculateCountSingleStatistic.createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
| Modifier and Type | Method and Description |
|---|---|
protected MemoryUseStatisticPoint |
MemoryUseSingleStatistic.createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
| Modifier and Type | Method and Description |
|---|---|
protected MoveCountPerStepStatisticPoint |
MoveCountPerStepSingleStatistic.createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
| Modifier and Type | Method and Description |
|---|---|
protected ConstraintMatchTotalBestScoreStatisticPoint |
ConstraintMatchTotalBestScoreSingleStatistic.createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
| Modifier and Type | Method and Description |
|---|---|
protected ConstraintMatchTotalStepScoreStatisticPoint |
ConstraintMatchTotalStepScoreSingleStatistic.createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
| Modifier and Type | Method and Description |
|---|---|
protected PickedMoveTypeBestScoreDiffStatisticPoint |
PickedMoveTypeBestScoreDiffSingleStatistic.createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
| Modifier and Type | Method and Description |
|---|---|
protected PickedMoveTypeStepScoreDiffStatisticPoint |
PickedMoveTypeStepScoreDiffSingleStatistic.createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
| Modifier and Type | Method and Description |
|---|---|
protected StepScoreStatisticPoint |
StepScoreSingleStatistic.createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
| Modifier and Type | Method and Description |
|---|---|
ScoreDefinition |
HeuristicConfigPolicy.getScoreDefinition() |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends ScoreDefinition> |
ScoreDirectorFactoryConfig.scoreDefinitionClass |
| Modifier and Type | Method and Description |
|---|---|
ScoreDefinition |
ScoreDirectorFactoryConfig.buildScoreDefinition() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ScoreDefinition> |
ScoreDirectorFactoryConfig.getScoreDefinitionClass() |
| Modifier and Type | Method and Description |
|---|---|
protected InnerScoreDirectorFactory |
ScoreDirectorFactoryConfig.buildScoreDirectorFactory(EnvironmentMode environmentMode,
SolutionDescriptor solutionDescriptor,
ScoreDefinition scoreDefinition) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScoreDirectorFactoryConfig.setScoreDefinitionClass(Class<? extends ScoreDefinition> scoreDefinitionClass) |
| Modifier and Type | Field and Description |
|---|---|
protected ScoreDefinition |
TrendBasedScoreBounder.scoreDefinition |
| Modifier and Type | Method and Description |
|---|---|
ScoreDefinition |
AbstractPhaseScope.getScoreDefinition() |
| Modifier and Type | Class and Description |
|---|---|
class |
BendableScoreDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
BendableBigDecimalScoreDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
BendableLongScoreDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
HardMediumSoftScoreDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
HardMediumSoftLongScoreDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
HardSoftScoreDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
HardSoftBigDecimalScoreDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
HardSoftDoubleScoreDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
HardSoftLongScoreDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleScoreDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleBigDecimalScoreDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleDoubleScoreDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleLongScoreDefinition |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FeasibilityScoreDefinition<S extends FeasibilityScore> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFeasibilityScoreDefinition<S extends FeasibilityScore<S>>
Abstract superclass for
FeasibilityScoreDefinition. |
class |
AbstractScoreDefinition<S extends Score>
Abstract superclass for
ScoreDefinition. |
| Modifier and Type | Field and Description |
|---|---|
protected ScoreDefinition |
AbstractScoreDirectorFactory.scoreDefinition |
| Modifier and Type | Method and Description |
|---|---|
ScoreDefinition |
InnerScoreDirectorFactory.getScoreDefinition() |
ScoreDefinition |
InnerScoreDirector.getScoreDefinition() |
ScoreDefinition |
AbstractScoreDirectorFactory.getScoreDefinition() |
ScoreDefinition |
AbstractScoreDirector.getScoreDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractScoreDirectorFactory.setScoreDefinition(ScoreDefinition scoreDefinition) |
| Modifier and Type | Method and Description |
|---|---|
ScoreDefinition |
DefaultSolverScope.getScoreDefinition() |
| Constructor and Description |
|---|
BestScoreTermination(ScoreDefinition scoreDefinition,
Score bestScoreLimit,
double[] timeGradientWeightNumbers) |
| Constructor and Description |
|---|
XStreamScoreConverter(ScoreDefinition scoreDefinition) |
| Constructor and Description |
|---|
XStreamScoreConverter(Class<? extends Score> scoreClass,
Class<? extends ScoreDefinition> scoreDefinitionClass) |
Copyright © 2006–2015 JBoss by Red Hat. All rights reserved.