|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.plausj.bank.german.strategy.util.Strategy02AlikeHelper
public class Strategy02AlikeHelper
Helper methods for Strategy02 alike strategies
Constructor Summary | |
---|---|
Strategy02AlikeHelper()
|
Method Summary | |
---|---|
static int |
calculateSum(AccountCode accountCode,
int[] multiplicators)
Calculates the sum of the digit iteration |
static CheckDigit |
getCheckDigitFromSum(int sum,
int pos)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Strategy02AlikeHelper()
Method Detail |
---|
public static int calculateSum(AccountCode accountCode, int[] multiplicators)
accountCode
- The account code to usemultiplicators
- The multiplicators
public static CheckDigit getCheckDigitFromSum(int sum, int pos)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |