OptaPlanner distribution 6.2.1-SNAPSHOT

Uses of Class
org.optaplanner.core.api.score.buildin.bendablelong.BendableLongScore

Packages that use BendableLongScore
org.optaplanner.core.api.score.buildin.bendablelong   
org.optaplanner.core.impl.score.buildin.bendablelong   
 

Uses of BendableLongScore in org.optaplanner.core.api.score.buildin.bendablelong
 

Methods in org.optaplanner.core.api.score.buildin.bendablelong that return BendableLongScore
 BendableLongScore BendableLongScore.add(BendableLongScore augment)
           
 BendableLongScore BendableLongScore.divide(double divisor)
           
 BendableLongScore BendableLongScore.multiply(double multiplicand)
           
 BendableLongScore BendableLongScore.negate()
           
static BendableLongScore BendableLongScore.parseScore(int hardLevelsSize, int softLevelsSize, String scoreString)
           
 BendableLongScore BendableLongScore.power(double exponent)
           
 BendableLongScore BendableLongScore.subtract(BendableLongScore subtrahend)
           
static BendableLongScore BendableLongScore.valueOf(long[] hardScores, long[] softScores)
          Creates a new BendableLongScore.
 

Methods in org.optaplanner.core.api.score.buildin.bendablelong with parameters of type BendableLongScore
 BendableLongScore BendableLongScore.add(BendableLongScore augment)
           
 int BendableLongScore.compareTo(BendableLongScore other)
           
 BendableLongScore BendableLongScore.subtract(BendableLongScore subtrahend)
           
 void BendableLongScore.validateCompatible(BendableLongScore other)
           
 

Uses of BendableLongScore in org.optaplanner.core.impl.score.buildin.bendablelong
 

Methods in org.optaplanner.core.impl.score.buildin.bendablelong that return BendableLongScore
 BendableLongScore BendableLongScoreDefinition.buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, BendableLongScore score)
           
 BendableLongScore BendableLongScoreDefinition.buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, BendableLongScore score)
           
 BendableLongScore BendableLongScoreDefinition.createScore(long... scores)
           
 BendableLongScore BendableLongScoreDefinition.parseScore(String scoreString)
           
 

Methods in org.optaplanner.core.impl.score.buildin.bendablelong that return types with arguments of type BendableLongScore
 Class<BendableLongScore> BendableLongScoreDefinition.getScoreClass()
           
 

Methods in org.optaplanner.core.impl.score.buildin.bendablelong with parameters of type BendableLongScore
 BendableLongScore BendableLongScoreDefinition.buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, BendableLongScore score)
           
 BendableLongScore BendableLongScoreDefinition.buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, BendableLongScore score)
           
 


OptaPlanner distribution 6.2.1-SNAPSHOT

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