OptaPlanner core 6.0.0.CR4

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   
 

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)
           
 


OptaPlanner core 6.0.0.CR4

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