|
OptaPlanner distribution 6.1.0.CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BendableScore | |
|---|---|
| org.optaplanner.core.api.score.buildin.bendable | |
| org.optaplanner.core.impl.score.buildin.bendable | |
| org.optaplanner.examples.projectjobscheduling.domain | |
| Uses of BendableScore in org.optaplanner.core.api.score.buildin.bendable |
|---|
| Methods in org.optaplanner.core.api.score.buildin.bendable that return BendableScore | |
|---|---|
BendableScore |
BendableScore.add(BendableScore augment)
|
BendableScore |
BendableScore.divide(double divisor)
|
BendableScore |
BendableScore.multiply(double multiplicand)
|
BendableScore |
BendableScore.negate()
|
static BendableScore |
BendableScore.parseScore(int hardLevelsSize,
int softLevelsSize,
String scoreString)
|
BendableScore |
BendableScore.power(double exponent)
|
BendableScore |
BendableScore.subtract(BendableScore subtrahend)
|
static BendableScore |
BendableScore.valueOf(int[] hardScores,
int[] softScores)
Creates a new BendableScore. |
| Methods in org.optaplanner.core.api.score.buildin.bendable with parameters of type BendableScore | |
|---|---|
BendableScore |
BendableScore.add(BendableScore augment)
|
int |
BendableScore.compareTo(BendableScore other)
|
BendableScore |
BendableScore.subtract(BendableScore subtrahend)
|
void |
BendableScore.validateCompatible(BendableScore other)
|
| Uses of BendableScore in org.optaplanner.core.impl.score.buildin.bendable |
|---|
| Methods in org.optaplanner.core.impl.score.buildin.bendable that return BendableScore | |
|---|---|
BendableScore |
BendableScoreDefinition.buildOptimisticBound(InitializingScoreTrend initializingScoreTrend,
BendableScore score)
|
BendableScore |
BendableScoreDefinition.buildPessimisticBound(InitializingScoreTrend initializingScoreTrend,
BendableScore score)
|
BendableScore |
BendableScoreDefinition.createScore(int... scores)
|
BendableScore |
BendableScoreDefinition.parseScore(String scoreString)
|
| Methods in org.optaplanner.core.impl.score.buildin.bendable that return types with arguments of type BendableScore | |
|---|---|
Class<BendableScore> |
BendableScoreDefinition.getScoreClass()
|
| Methods in org.optaplanner.core.impl.score.buildin.bendable with parameters of type BendableScore | |
|---|---|
BendableScore |
BendableScoreDefinition.buildOptimisticBound(InitializingScoreTrend initializingScoreTrend,
BendableScore score)
|
BendableScore |
BendableScoreDefinition.buildPessimisticBound(InitializingScoreTrend initializingScoreTrend,
BendableScore score)
|
| Uses of BendableScore in org.optaplanner.examples.projectjobscheduling.domain |
|---|
| Methods in org.optaplanner.examples.projectjobscheduling.domain that return BendableScore | |
|---|---|
BendableScore |
Schedule.getScore()
|
| Methods in org.optaplanner.examples.projectjobscheduling.domain with parameters of type BendableScore | |
|---|---|
void |
Schedule.setScore(BendableScore score)
|
|
OptaPlanner distribution 6.1.0.CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||