|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScoringPointsIF
Holds points accumulated by the Scoring Model. It is up to the model to determine how many scores should be held within.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
int[] getScores()
void setScores(int[] scores)
scores -
void setScoreAt(int idx,
int value)
idx - value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||