|
OptaPlanner distribution 6.0.0.CR4-Pre1 | |||||||||
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)
|
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.getPerfectMaximumScore()
|
HardSoftScore |
HardSoftScoreDefinition.getPerfectMinimumScore()
|
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 | |
---|---|
double |
HardSoftScoreDefinition.calculateTimeGradient(HardSoftScore startScore,
HardSoftScore endScore,
HardSoftScore score)
|
void |
HardSoftScoreDefinition.setPerfectMaximumScore(HardSoftScore perfectMaximumScore)
|
void |
HardSoftScoreDefinition.setPerfectMinimumScore(HardSoftScore perfectMinimumScore)
|
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 |
CloudBalancingSimpleScoreCalculator.calculateScore(CloudBalance cloudBalance)
A very simple implementation. |
HardSoftScore |
CloudBalancingMapBasedSimpleScoreCalculator.calculateScore(CloudBalance cloudBalance)
|
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.pas.domain |
---|
Methods in org.optaplanner.examples.pas.domain that return HardSoftScore | |
---|---|
HardSoftScore |
PatientAdmissionSchedule.getScore()
|
Methods in org.optaplanner.examples.pas.domain with parameters of type HardSoftScore | |
---|---|
void |
PatientAdmissionSchedule.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 |
VrpSchedule.score
|
Methods in org.optaplanner.examples.vehiclerouting.domain that return HardSoftScore | |
---|---|
HardSoftScore |
VrpSchedule.getScore()
|
Methods in org.optaplanner.examples.vehiclerouting.domain with parameters of type HardSoftScore | |
---|---|
void |
VrpSchedule.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 |
VehicleRoutingSimpleScoreCalculator.calculateScore(VrpSchedule schedule)
|
|
OptaPlanner distribution 6.0.0.CR4-Pre1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |