Uses of Interface
org.drools.planner.core.score.SimpleScore

Packages that use SimpleScore
org.drools.planner.core.score   
org.drools.planner.core.score.definition   
 

Uses of SimpleScore in org.drools.planner.core.score
 

Classes in org.drools.planner.core.score that implement SimpleScore
 class DefaultSimpleScore
          Default implementation of SimpleScore.
 

Methods in org.drools.planner.core.score that return SimpleScore
 SimpleScore DefaultSimpleScore.add(SimpleScore augment)
           
 SimpleScore DefaultSimpleScore.divide(double divisor)
           
 SimpleScore DefaultSimpleScore.multiply(double multiplicand)
           
 SimpleScore DefaultSimpleScore.subtract(SimpleScore subtrahend)
           
 

Methods in org.drools.planner.core.score with parameters of type SimpleScore
 SimpleScore DefaultSimpleScore.add(SimpleScore augment)
           
 int DefaultSimpleScore.compareTo(SimpleScore other)
           
 SimpleScore DefaultSimpleScore.subtract(SimpleScore subtrahend)
           
 

Uses of SimpleScore in org.drools.planner.core.score.definition
 

Methods in org.drools.planner.core.score.definition that return SimpleScore
 SimpleScore SimpleScoreDefinition.getPerfectMaximumScore()
           
 SimpleScore SimpleScoreDefinition.getPerfectMinimumScore()
           
 

Methods in org.drools.planner.core.score.definition with parameters of type SimpleScore
 double SimpleScoreDefinition.calculateTimeGradient(SimpleScore startScore, SimpleScore endScore, SimpleScore score)
           
 void SimpleScoreDefinition.setPerfectMaximumScore(SimpleScore perfectMaximumScore)
           
 void SimpleScoreDefinition.setPerfectMinimumScore(SimpleScore perfectMinimumScore)
           
 Double SimpleScoreDefinition.translateScoreToGraphValue(SimpleScore score)
           
 



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