| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.cuny.cat.stat.Score
public class Score
a record of the score of a specialist.
| Field Summary | |
|---|---|
 double | 
marketShare
market share score.  | 
static int | 
MARKETSHARE_INDEX
index of market share score in P_SCORES. | 
static java.lang.String[] | 
P_SCORES
 | 
 double | 
profitShare
profit share score.  | 
static int | 
PROFITSHARE_INDEX
index of profit share score in P_SCORES. | 
 double | 
total
total score.  | 
static int | 
TOTAL_INDEX
index of total score in P_SCORES. | 
 double | 
transactionRate
transaction success rate score.  | 
static int | 
TRANSACTIONRATE_INDEX
index of transaction success rate score in P_SCORES. | 
| Constructor Summary | |
|---|---|
Score()
 | 
|
| Method Summary | |
|---|---|
 double[] | 
getScores()
 | 
 void | 
reset()
 | 
 java.lang.String | 
toString()
 | 
 void | 
updateTotal()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String[] P_SCORES
public static final int TOTAL_INDEX
P_SCORES.
public static final int MARKETSHARE_INDEX
P_SCORES.
public static final int PROFITSHARE_INDEX
P_SCORES.
public static final int TRANSACTIONRATE_INDEX
P_SCORES.
public double total
public double marketShare
public double profitShare
public double transactionRate
| Constructor Detail | 
|---|
public Score()
| Method Detail | 
|---|
public void reset()
public void updateTotal()
public double[] getScores()
public java.lang.String toString()
toString in class java.lang.Object
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||