org.optaplanner.core.api.score
Class AbstractScore<S extends Score>
java.lang.Object
   org.optaplanner.core.api.score.AbstractScore<S>
org.optaplanner.core.api.score.AbstractScore<S>
- All Implemented Interfaces: 
- Serializable, Comparable<S>, Score<S>
- Direct Known Subclasses: 
- BendableScore, HardMediumSoftLongScore, HardMediumSoftScore, HardSoftBigDecimalScore, HardSoftDoubleScore, HardSoftLongScore, HardSoftScore, SimpleBigDecimalScore, SimpleDoubleScore, SimpleLongScore, SimpleScore
- public abstract class AbstractScore<S extends Score> 
- extends Object- implements Score<S>, Serializable
Abstract superclass for Score.
 
 Subclasses must be immutable.
- See Also:
- Score,- HardSoftScore, 
Serialized Form
 
| Method Summary | 
| protected static String | buildScorePattern(int levelsSize)
 | 
| protected static String | buildScorePattern(String... levelSuffixes)
 | 
|  boolean | isCompatibleArithmeticArgument(Score otherScore)
 | 
| protected static BigDecimal | parseLevelAsBigDecimal(Class<? extends Score> scoreClass,
                       String scoreString,
                       String levelString)
 | 
| protected static double | parseLevelAsDouble(Class<? extends Score> scoreClass,
                   String scoreString,
                   String levelString)
 | 
| protected static int | parseLevelAsInt(Class<? extends Score> scoreClass,
                String scoreString,
                String levelString)
 | 
| protected static long | parseLevelAsLong(Class<? extends Score> scoreClass,
                 String scoreString,
                 String levelString)
 | 
| protected static String[] | parseLevelStrings(Class<? extends Score> scoreClass,
                  String scoreString,
                  int levelsSize)
 | 
| protected static String[] | parseLevelStrings(Class<? extends Score> scoreClass,
                  String scoreString,
                  String... levelSuffixes)
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
 
AbstractScore
public AbstractScore()
parseLevelStrings
protected static String[] parseLevelStrings(Class<? extends Score> scoreClass,
                                            String scoreString,
                                            int levelsSize)
- 
 
- 
 
parseLevelStrings
protected static String[] parseLevelStrings(Class<? extends Score> scoreClass,
                                            String scoreString,
                                            String... levelSuffixes)
- 
 
- 
 
parseLevelAsInt
protected static int parseLevelAsInt(Class<? extends Score> scoreClass,
                                     String scoreString,
                                     String levelString)
- 
 
- 
 
parseLevelAsLong
protected static long parseLevelAsLong(Class<? extends Score> scoreClass,
                                       String scoreString,
                                       String levelString)
- 
 
- 
 
parseLevelAsDouble
protected static double parseLevelAsDouble(Class<? extends Score> scoreClass,
                                           String scoreString,
                                           String levelString)
- 
 
- 
 
parseLevelAsBigDecimal
protected static BigDecimal parseLevelAsBigDecimal(Class<? extends Score> scoreClass,
                                                   String scoreString,
                                                   String levelString)
- 
 
- 
 
buildScorePattern
protected static String buildScorePattern(int levelsSize)
- 
 
- 
 
buildScorePattern
protected static String buildScorePattern(String... levelSuffixes)
- 
 
- 
 
isCompatibleArithmeticArgument
public boolean isCompatibleArithmeticArgument(Score otherScore)
- 
- Specified by:
- isCompatibleArithmeticArgumentin interface- Score<S extends Score>
 
- 
- Parameters:
- otherScore- never null
- Returns:
- true if the otherScore is accepted as a parameter of Score.add(Score),Score.subtract(Score)andComparable.compareTo(Object).
 
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.