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