OptaPlanner distribution 6.2.1-SNAPSHOT

Uses of Class
org.optaplanner.core.api.score.buildin.bendable.BendableScore

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.2.1-SNAPSHOT

Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.