Package | Description |
---|---|
org.optaplanner.core.api.score.buildin.bendable | |
org.optaplanner.core.impl.score.buildin.bendable |
Modifier and Type | Method and Description |
---|---|
BendableScore |
BendableScore.add(BendableScore augment) |
BendableScore |
BendableScore.divide(double divisor) |
BendableScore |
BendableScore.multiply(double multiplicand) |
static BendableScore |
BendableScore.parseScore(int hardLevelCount,
int softLevelCount,
String scoreString) |
BendableScore |
BendableScore.power(double exponent) |
BendableScore |
BendableScore.subtract(BendableScore subtrahend) |
static BendableScore |
BendableScore.valueOf(int[] hardScores,
int[] softScores)
Creates a new
BendableScore . |
Modifier and Type | Method and Description |
---|---|
BendableScore |
BendableScore.add(BendableScore augment) |
int |
BendableScore.compareTo(BendableScore other) |
BendableScore |
BendableScore.subtract(BendableScore subtrahend) |
void |
BendableScore.validateCompatible(BendableScore other) |
Modifier and Type | Method and Description |
---|---|
BendableScore |
BendableScoreDefinition.createScore(int... scores) |
BendableScore |
BendableScoreDefinition.getPerfectMaximumScore() |
BendableScore |
BendableScoreDefinition.getPerfectMinimumScore() |
Modifier and Type | Method and Description |
---|---|
Class<BendableScore> |
BendableScoreDefinition.getScoreClass() |
Modifier and Type | Method and Description |
---|---|
double |
BendableScoreDefinition.calculateTimeGradient(BendableScore startScore,
BendableScore endScore,
BendableScore score) |
void |
BendableScoreDefinition.setPerfectMaximumScore(BendableScore perfectMaximumScore) |
void |
BendableScoreDefinition.setPerfectMinimumScore(BendableScore perfectMinimumScore) |
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.