OptaPlanner core 6.2.0.Beta1

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)
           
 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)
           
 


OptaPlanner core 6.2.0.Beta1

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