|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mmm.cms.homehealth.ScoringPoints
public class ScoringPoints
Holds the array integers representing the scores of a set of scoring equations. The number of equations may differ depending on the Scroring Model that created it. The main use is to provide scoring values within the scoring models.
| Constructor Summary | |
|---|---|
ScoringPoints(int count)
Constructor that creates the integer array with a specific size |
|
| Method Summary | |
|---|---|
int[] |
getScores()
gets an array of int for 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScoringPoints(int count)
count - | Method Detail |
|---|
public int[] getScores()
getScores in interface ScoringPointsIFpublic void setScores(int[] scores)
setScores in interface ScoringPointsIFscores -
public void setScoreAt(int idx,
int value)
setScoreAt in interface ScoringPointsIFidx - value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||