public abstract class AbstractScore<S extends Score> extends Object implements Score<S>, Serializable
Score
.
Subclasses must be immutable.Score
,
HardSoftScore
,
Serialized FormConstructor and Description |
---|
AbstractScore() |
Modifier and Type | Method and Description |
---|---|
static String |
buildScorePattern(int levelsSize) |
static String |
buildScorePattern(String... levelSuffixes) |
static String[] |
parseLevelStrings(String scoreString,
int levelsSize) |
static String[] |
parseLevelStrings(String scoreString,
String... levelSuffixes) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, divide, multiply, power, subtract, toLevelNumbers
compareTo
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.