|
OptaPlanner distribution 6.0.0.CR5 | |||||||||
| 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)
|
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. |
| 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.createScore(int... scores)
|
BendableScore |
BendableScoreDefinition.getPerfectMaximumScore()
|
BendableScore |
BendableScoreDefinition.getPerfectMinimumScore()
|
| 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 | |
|---|---|
double |
BendableScoreDefinition.calculateTimeGradient(BendableScore startScore,
BendableScore endScore,
BendableScore score)
|
void |
BendableScoreDefinition.setPerfectMaximumScore(BendableScore perfectMaximumScore)
|
void |
BendableScoreDefinition.setPerfectMinimumScore(BendableScore perfectMinimumScore)
|
| 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.0.0.CR5 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||