Drools Planner distribution 6.0.0-SNAPSHOT

Uses of Class
org.drools.planner.core.score.buildin.bendable.BendableScore

Packages that use BendableScore
org.drools.planner.core.score.buildin.bendable   
 

Uses of BendableScore in org.drools.planner.core.score.buildin.bendable
 

Methods in org.drools.planner.core.score.buildin.bendable that return BendableScore
 BendableScore BendableScore.add(BendableScore augment)
           
 BendableScore BendableScoreDefinition.createScore(int... scores)
           
 BendableScore BendableScore.divide(double divisor)
           
 BendableScore BendableScoreDefinition.getPerfectMaximumScore()
           
 BendableScore BendableScoreDefinition.getPerfectMinimumScore()
           
 BendableScore BendableScore.multiply(double multiplicand)
           
static BendableScore BendableScore.parseScore(int hardLevelCount, int softLevelCount, String scoreString)
           
 BendableScore BendableScore.subtract(BendableScore subtrahend)
           
static BendableScore BendableScore.valueOf(int[] hardScores, int[] softScores)
          Creates a new BendableScore.
 

Methods in org.drools.planner.core.score.buildin.bendable that return types with arguments of type BendableScore
 Class<BendableScore> BendableScoreDefinition.getScoreClass()
           
 

Methods in org.drools.planner.core.score.buildin.bendable with parameters of type BendableScore
 BendableScore BendableScore.add(BendableScore augment)
           
 double BendableScoreDefinition.calculateTimeGradient(BendableScore startScore, BendableScore endScore, BendableScore score)
           
 int BendableScore.compareTo(BendableScore other)
           
 void BendableScoreDefinition.setPerfectMaximumScore(BendableScore perfectMaximumScore)
           
 void BendableScoreDefinition.setPerfectMinimumScore(BendableScore perfectMinimumScore)
           
 BendableScore BendableScore.subtract(BendableScore subtrahend)
           
 void BendableScore.validateCompatible(BendableScore other)
           
 


Drools Planner distribution 6.0.0-SNAPSHOT

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