OptaPlanner distribution 6.1.0.Final

Uses of Class
org.optaplanner.core.api.score.buildin.simple.SimpleScore

Packages that use SimpleScore
org.optaplanner.core.api.score.buildin.simple   
org.optaplanner.core.impl.score.buildin.simple   
org.optaplanner.examples.dinnerparty.domain   
org.optaplanner.examples.nqueens.domain   
org.optaplanner.examples.nqueens.solver.score   
 

Uses of SimpleScore in org.optaplanner.core.api.score.buildin.simple
 

Methods in org.optaplanner.core.api.score.buildin.simple that return SimpleScore
 SimpleScore SimpleScore.add(SimpleScore augment)
           
 SimpleScore SimpleScore.divide(double divisor)
           
 SimpleScore SimpleScore.multiply(double multiplicand)
           
 SimpleScore SimpleScore.negate()
           
static SimpleScore SimpleScore.parseScore(String scoreString)
           
 SimpleScore SimpleScore.power(double exponent)
           
 SimpleScore SimpleScore.subtract(SimpleScore subtrahend)
           
static SimpleScore SimpleScore.valueOf(int score)
           
 

Methods in org.optaplanner.core.api.score.buildin.simple with parameters of type SimpleScore
 SimpleScore SimpleScore.add(SimpleScore augment)
           
 int SimpleScore.compareTo(SimpleScore other)
           
 SimpleScore SimpleScore.subtract(SimpleScore subtrahend)
           
 

Uses of SimpleScore in org.optaplanner.core.impl.score.buildin.simple
 

Methods in org.optaplanner.core.impl.score.buildin.simple that return SimpleScore
 SimpleScore SimpleScoreDefinition.buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, SimpleScore score)
           
 SimpleScore SimpleScoreDefinition.buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, SimpleScore score)
           
 SimpleScore SimpleScoreDefinition.parseScore(String scoreString)
           
 

Methods in org.optaplanner.core.impl.score.buildin.simple that return types with arguments of type SimpleScore
 Class<SimpleScore> SimpleScoreDefinition.getScoreClass()
           
 

Methods in org.optaplanner.core.impl.score.buildin.simple with parameters of type SimpleScore
 SimpleScore SimpleScoreDefinition.buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, SimpleScore score)
           
 SimpleScore SimpleScoreDefinition.buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, SimpleScore score)
           
 

Uses of SimpleScore in org.optaplanner.examples.dinnerparty.domain
 

Methods in org.optaplanner.examples.dinnerparty.domain that return SimpleScore
 SimpleScore DinnerParty.getScore()
           
 

Methods in org.optaplanner.examples.dinnerparty.domain with parameters of type SimpleScore
 void DinnerParty.setScore(SimpleScore score)
           
 

Uses of SimpleScore in org.optaplanner.examples.nqueens.domain
 

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

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

Uses of SimpleScore in org.optaplanner.examples.nqueens.solver.score
 

Methods in org.optaplanner.examples.nqueens.solver.score that return SimpleScore
 SimpleScore NQueensBasicIncrementalScoreCalculator.calculateScore()
           
 SimpleScore NQueensAdvancedIncrementalScoreCalculator.calculateScore()
           
 SimpleScore NQueensMapBasedEasyScoreCalculator.calculateScore(NQueens nQueens)
           
 SimpleScore NQueensEasyScoreCalculator.calculateScore(NQueens nQueens)
           
 


OptaPlanner distribution 6.1.0.Final

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