public interface ScoringPointsIF
Modifier and Type | Method and Description |
---|---|
int[] |
getScores()
gets the int array of scores.
|
void |
setScoreAt(int idx,
int value)
Sets the scoring equation at a specific position within the array
|
void |
setScores(int[] scores)
Sets the array of integers representing the scoring equations
|
int[] getScores()
void setScores(int[] scores)
scores
- void setScoreAt(int idx, int value)
idx
- value
-