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

Packages that use SimpleScore
org.drools.planner.core.score.buildin.simple   
org.drools.planner.examples.manners2009.domain   
org.drools.planner.examples.nqueens.domain   
org.drools.planner.examples.nqueens.solver.score   
org.drools.planner.examples.tsp.domain   
 

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

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

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

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

Uses of SimpleScore in org.drools.planner.examples.manners2009.domain
 

Methods in org.drools.planner.examples.manners2009.domain that return SimpleScore
 SimpleScore Manners2009.getScore()
           
 

Methods in org.drools.planner.examples.manners2009.domain with parameters of type SimpleScore
 void Manners2009.setScore(SimpleScore score)
           
 

Uses of SimpleScore in org.drools.planner.examples.nqueens.domain
 

Methods in org.drools.planner.examples.nqueens.domain that return SimpleScore
 SimpleScore NQueens.getScore()
           
 

Methods in org.drools.planner.examples.nqueens.domain with parameters of type SimpleScore
 void NQueens.setScore(SimpleScore score)
           
 

Uses of SimpleScore in org.drools.planner.examples.nqueens.solver.score
 

Methods in org.drools.planner.examples.nqueens.solver.score that return SimpleScore
 SimpleScore NQueensBasicIncrementalScoreCalculator.calculateScore()
           
 SimpleScore NQueensAdvancedIncrementalScoreCalculator.calculateScore()
           
 SimpleScore NQueensSimpleScoreCalculator.calculateScore(NQueens nQueens)
           
 

Uses of SimpleScore in org.drools.planner.examples.tsp.domain
 

Methods in org.drools.planner.examples.tsp.domain that return SimpleScore
 SimpleScore TravelingSalesmanTour.getScore()
           
 

Methods in org.drools.planner.examples.tsp.domain with parameters of type SimpleScore
 void TravelingSalesmanTour.setScore(SimpleScore score)
           
 



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