Package | Description |
---|---|
org.optaplanner.core.api.score.buildin.hardsoftdouble | |
org.optaplanner.core.impl.score.buildin.hardsoftdouble |
Modifier and Type | Method and Description |
---|---|
HardSoftDoubleScore |
HardSoftDoubleScore.add(HardSoftDoubleScore augment) |
HardSoftDoubleScore |
HardSoftDoubleScore.divide(double divisor) |
HardSoftDoubleScore |
HardSoftDoubleScore.multiply(double multiplicand) |
static HardSoftDoubleScore |
HardSoftDoubleScore.parseScore(String scoreString) |
HardSoftDoubleScore |
HardSoftDoubleScore.power(double exponent) |
HardSoftDoubleScore |
HardSoftDoubleScore.subtract(HardSoftDoubleScore subtrahend) |
static HardSoftDoubleScore |
HardSoftDoubleScore.valueOf(double hardScore,
double softScore) |
Modifier and Type | Method and Description |
---|---|
HardSoftDoubleScore |
HardSoftDoubleScore.add(HardSoftDoubleScore augment) |
int |
HardSoftDoubleScore.compareTo(HardSoftDoubleScore other) |
HardSoftDoubleScore |
HardSoftDoubleScore.subtract(HardSoftDoubleScore subtrahend) |
Modifier and Type | Method and Description |
---|---|
HardSoftDoubleScore |
HardSoftDoubleScoreDefinition.getPerfectMaximumScore() |
HardSoftDoubleScore |
HardSoftDoubleScoreDefinition.getPerfectMinimumScore() |
Modifier and Type | Method and Description |
---|---|
Class<HardSoftDoubleScore> |
HardSoftDoubleScoreDefinition.getScoreClass() |
Modifier and Type | Method and Description |
---|---|
double |
HardSoftDoubleScoreDefinition.calculateTimeGradient(HardSoftDoubleScore startScore,
HardSoftDoubleScore endScore,
HardSoftDoubleScore score) |
void |
HardSoftDoubleScoreDefinition.setPerfectMaximumScore(HardSoftDoubleScore perfectMaximumScore) |
void |
HardSoftDoubleScoreDefinition.setPerfectMinimumScore(HardSoftDoubleScore perfectMinimumScore) |
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.