public class DroolsScorecard extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
REASON_CODE_ALGORITHM_POINTSABOVE |
static int |
REASON_CODE_ALGORITHM_POINTSBELOW |
Constructor and Description |
---|
DroolsScorecard() |
Modifier and Type | Method and Description |
---|---|
double |
getCalculatedScore() |
int |
getReasonCodeAlgorithm() |
List<String> |
getReasonCodes() |
void |
setBaselineScore(String characteristic,
double baselineScore) |
void |
setBaselineScore(String characteristic,
int baselineScore) |
void |
setCalculatedScore(double calculatedScore) |
void |
setInitialScore(double initialScore) |
void |
setReasonCodeAlgorithm(int reasonCodeAlgorithm) |
void |
setReasonCodes(List<String> reasonCodes) |
void |
sortReasonCodes() |
void |
sortReasonCodes(List<PartialScore> partialScores) |
public static int REASON_CODE_ALGORITHM_POINTSABOVE
public static int REASON_CODE_ALGORITHM_POINTSBELOW
public int getReasonCodeAlgorithm()
public void setReasonCodeAlgorithm(int reasonCodeAlgorithm)
public void setBaselineScore(String characteristic, int baselineScore)
public void setBaselineScore(String characteristic, double baselineScore)
public double getCalculatedScore()
public void setCalculatedScore(double calculatedScore)
public void sortReasonCodes()
public void setInitialScore(double initialScore)
public void sortReasonCodes(List<PartialScore> partialScores)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.