Class EvaluationResultImpl
java.lang.Object
ch.tocco.nice2.optional.qualification.impl.drools.promotion.EvaluationResultImpl
- All Implemented Interfaces:
- EvaluationResult
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddAveragePoints(List<AveragePoints> averagePoints) voidaddDefinateGrades(List<ComputedGrade> computedGrades) voidaddDispenses(List<IsDispensed> dispenses) voidvoidaddTotalPoints(List<TotalPoints> totalPoints) Get a map with all computed average points calculated during the evaluationGet a map with all definate grades for 'Input_node's calculated during the evaluationGet map with all grades for 'Input_node's calculated during the evaluation.Get a map with all computed grades calculated during the evaluation
- 
Constructor Details- 
EvaluationResultImpl
 
- 
- 
Method Details- 
getStatus- Specified by:
- getStatusin interface- EvaluationResult
- Returns:
- the 'Promotion_status' for the 'Evaluation_data' that resulted from the evaluation
 
- 
isBordercase- Specified by:
- isBordercasein interface- EvaluationResult
 
- 
getRatingNodeGradesDescription copied from interface:EvaluationResultGet map with all grades for 'Input_node's calculated during the evaluation.- Specified by:
- getRatingNodeGradesin interface- EvaluationResult
- Returns:
- a map mapping pk's of 'Input_nodes' to calculated grades (field 'grade' on 'Input_data')
 
- 
getEvalNodeGrades- Specified by:
- getEvalNodeGradesin interface- EvaluationResult
- Returns:
- a map mapping pk's of 'Evaluation_node' to calculated grades
 
- 
getDefinateGradesDescription copied from interface:EvaluationResultGet a map with all definate grades for 'Input_node's calculated during the evaluation- Specified by:
- getDefinateGradesin interface- EvaluationResult
- Returns:
- a map mapping pk's of 'Input_node's to definate grades (field 'definate_grade' on 'Input_data')
 
- 
getDispenses- Specified by:
- getDispensesin interface- EvaluationResult
 
- 
getTotalPointsDescription copied from interface:EvaluationResultGet a map with all computed grades calculated during the evaluation- Specified by:
- getTotalPointsin interface- EvaluationResult
- Returns:
- a map mapping pk's of inputnodes in the QS to calculated grades
 
- 
getAveragePointsDescription copied from interface:EvaluationResultGet a map with all computed average points calculated during the evaluation- Specified by:
- getAveragePointsin interface- EvaluationResult
- Returns:
- a map mapping keys of input nodes in the QS to calculated point averages
 
- 
addGrades
- 
addDefinateGrades
- 
addTotalPoints
- 
addAveragePoints
- 
addDispenses
- 
getFinalConclusion- Specified by:
- getFinalConclusionin interface- EvaluationResult
 
 
-