|
OptaPlanner distribution 6.1.0.CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of HardSoftScore in org.optaplanner.core.api.score.buildin.hardsoft |
|---|
| Methods in org.optaplanner.core.api.score.buildin.hardsoft that return HardSoftScore | |
|---|---|
HardSoftScore |
HardSoftScore.add(HardSoftScore augment)
|
HardSoftScore |
HardSoftScore.divide(double divisor)
|
HardSoftScore |
HardSoftScore.multiply(double multiplicand)
|
HardSoftScore |
HardSoftScore.negate()
|
static HardSoftScore |
HardSoftScore.parseScore(String scoreString)
|
HardSoftScore |
HardSoftScore.power(double exponent)
|
HardSoftScore |
HardSoftScore.subtract(HardSoftScore subtrahend)
|
static HardSoftScore |
HardSoftScore.valueOf(int hardScore,
int softScore)
|
| Methods in org.optaplanner.core.api.score.buildin.hardsoft with parameters of type HardSoftScore | |
|---|---|
HardSoftScore |
HardSoftScore.add(HardSoftScore augment)
|
int |
HardSoftScore.compareTo(HardSoftScore other)
|
HardSoftScore |
HardSoftScore.subtract(HardSoftScore subtrahend)
|
| Uses of HardSoftScore in org.optaplanner.core.impl.score.buildin.hardsoft |
|---|
| Methods in org.optaplanner.core.impl.score.buildin.hardsoft that return HardSoftScore | |
|---|---|
HardSoftScore |
HardSoftScoreDefinition.buildOptimisticBound(InitializingScoreTrend initializingScoreTrend,
HardSoftScore score)
|
HardSoftScore |
HardSoftScoreDefinition.buildPessimisticBound(InitializingScoreTrend initializingScoreTrend,
HardSoftScore score)
|
HardSoftScore |
HardSoftScoreDefinition.parseScore(String scoreString)
|
| Methods in org.optaplanner.core.impl.score.buildin.hardsoft that return types with arguments of type HardSoftScore | |
|---|---|
Class<HardSoftScore> |
HardSoftScoreDefinition.getScoreClass()
|
| Methods in org.optaplanner.core.impl.score.buildin.hardsoft with parameters of type HardSoftScore | |
|---|---|
HardSoftScore |
HardSoftScoreDefinition.buildOptimisticBound(InitializingScoreTrend initializingScoreTrend,
HardSoftScore score)
|
HardSoftScore |
HardSoftScoreDefinition.buildPessimisticBound(InitializingScoreTrend initializingScoreTrend,
HardSoftScore score)
|
| Uses of HardSoftScore in org.optaplanner.examples.cloudbalancing.domain |
|---|
| Methods in org.optaplanner.examples.cloudbalancing.domain that return HardSoftScore | |
|---|---|
HardSoftScore |
CloudBalance.getScore()
|
| Methods in org.optaplanner.examples.cloudbalancing.domain with parameters of type HardSoftScore | |
|---|---|
void |
CloudBalance.setScore(HardSoftScore score)
|
| Uses of HardSoftScore in org.optaplanner.examples.cloudbalancing.solver.score |
|---|
| Methods in org.optaplanner.examples.cloudbalancing.solver.score that return HardSoftScore | |
|---|---|
HardSoftScore |
CloudBalancingIncrementalScoreCalculator.calculateScore()
|
HardSoftScore |
CloudBalancingMapBasedEasyScoreCalculator.calculateScore(CloudBalance cloudBalance)
|
HardSoftScore |
CloudBalancingEasyScoreCalculator.calculateScore(CloudBalance cloudBalance)
A very simple implementation. |
| Uses of HardSoftScore in org.optaplanner.examples.curriculumcourse.domain |
|---|
| Methods in org.optaplanner.examples.curriculumcourse.domain that return HardSoftScore | |
|---|---|
HardSoftScore |
CourseSchedule.getScore()
|
| Methods in org.optaplanner.examples.curriculumcourse.domain with parameters of type HardSoftScore | |
|---|---|
void |
CourseSchedule.setScore(HardSoftScore score)
|
| Uses of HardSoftScore in org.optaplanner.examples.examination.domain |
|---|
| Methods in org.optaplanner.examples.examination.domain that return HardSoftScore | |
|---|---|
HardSoftScore |
Examination.getScore()
|
| Methods in org.optaplanner.examples.examination.domain with parameters of type HardSoftScore | |
|---|---|
void |
Examination.setScore(HardSoftScore score)
|
| Uses of HardSoftScore in org.optaplanner.examples.nurserostering.domain |
|---|
| Methods in org.optaplanner.examples.nurserostering.domain that return HardSoftScore | |
|---|---|
HardSoftScore |
NurseRoster.getScore()
|
| Methods in org.optaplanner.examples.nurserostering.domain with parameters of type HardSoftScore | |
|---|---|
void |
NurseRoster.setScore(HardSoftScore score)
|
| Uses of HardSoftScore in org.optaplanner.examples.travelingtournament.domain |
|---|
| Methods in org.optaplanner.examples.travelingtournament.domain that return HardSoftScore | |
|---|---|
HardSoftScore |
TravelingTournament.getScore()
|
| Methods in org.optaplanner.examples.travelingtournament.domain with parameters of type HardSoftScore | |
|---|---|
void |
TravelingTournament.setScore(HardSoftScore score)
|
| Uses of HardSoftScore in org.optaplanner.examples.vehiclerouting.domain |
|---|
| Fields in org.optaplanner.examples.vehiclerouting.domain declared as HardSoftScore | |
|---|---|
protected HardSoftScore |
VehicleRoutingSolution.score
|
| Methods in org.optaplanner.examples.vehiclerouting.domain that return HardSoftScore | |
|---|---|
HardSoftScore |
VehicleRoutingSolution.getScore()
|
| Methods in org.optaplanner.examples.vehiclerouting.domain with parameters of type HardSoftScore | |
|---|---|
void |
VehicleRoutingSolution.setScore(HardSoftScore score)
|
| Uses of HardSoftScore in org.optaplanner.examples.vehiclerouting.solver.score |
|---|
| Methods in org.optaplanner.examples.vehiclerouting.solver.score that return HardSoftScore | |
|---|---|
HardSoftScore |
VehicleRoutingIncrementalScoreCalculator.calculateScore()
|
HardSoftScore |
VehicleRoutingEasyScoreCalculator.calculateScore(VehicleRoutingSolution schedule)
|
|
OptaPlanner distribution 6.1.0.CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||