Package de.hsh.graja.core.result
Class GradingAspectResult
java.lang.Object
de.hsh.graja.core.result.AbstractResultNode
de.hsh.graja.core.result.AbstractGradingAspectResult
de.hsh.graja.core.result.GradingAspectResult
- All Implemented Interfaces:
ContentLogger
-
Constructor Summary
ConstructorsConstructorDescriptionGradingAspectResult
(GradingAspect aspect, String headline, Anchor anchor, Content headerComment, Grade grade, double successRate, Sequence descriptionComment, Sequence bodyComment) -
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the unweighted and non nullified achieved score.double
Returns the weighted score, that has not yet been nullified.double
Returns the achieved score.getGrade()
void
Methods inherited from class de.hsh.graja.core.result.AbstractGradingAspectResult
calcIfScorePenalized, calcScoreMax, getAspectTitle, getAspectTypeDisplayname, isNullified
Methods inherited from class de.hsh.graja.core.result.AbstractResultNode
addItem, addLeadingCommentItem, addTrailingCommentItem, getAnchor, getDescriptionComment, getHeaderComment, getHeadline, getLeadingComment, getTrailingComment, setAnchor, setHeaderComment, setHeadline
-
Constructor Details
-
GradingAspectResult
-
-
Method Details
-
calcRawScoreAchieved
public double calcRawScoreAchieved()Description copied from class:AbstractResultNode
Returns the unweighted and non nullified achieved score. The achieved score is calculated in three steps:
- First the mere score without any postprocessing is calculated. We call this the "raw achieved score".
- Second, the score gets multiplied by a weight. We call the resulting score the "achieved score after weighting"
- Last, the score is processed by nullification conditions. We call the resulting score the "achieved score after weighting and nullification".
- Specified by:
calcRawScoreAchieved
in classAbstractResultNode
- Returns:
- the raw achieved score.
- See Also:
-
calcScoreAchievedAfterWeightingAndNullification
public double calcScoreAchievedAfterWeightingAndNullification()Description copied from class:AbstractResultNode
Returns the achieved score. The achieved score is calculated in three steps:
- First the mere score without any postprocessing is calculated. We call this the "raw achieved score".
- Second, the score gets multiplied by a weight. We call the resulting score the "achieved score after weighting"
- Last, the score is processed by nullification conditions. We call the resulting score the "achieved score after weighting and nullification".
- Specified by:
calcScoreAchievedAfterWeightingAndNullification
in classAbstractResultNode
- Returns:
- the achieved score. The weight and nullifications are included already.
- See Also:
-
calcScoreAchievedAfterWeighting
public double calcScoreAchievedAfterWeighting()Description copied from class:AbstractResultNode
Returns the weighted score, that has not yet been nullified. The achieved score is calculated in three steps:
- First the mere score without any postprocessing is calculated. We call this the "raw achieved score".
- Second, the score gets multiplied by a weight. We call the resulting score the "achieved score after weighting"
- Last, the score is processed by nullification conditions. We call the resulting score the "achieved score after weighting and nullification".
- Specified by:
calcScoreAchievedAfterWeighting
in classAbstractResultNode
- Returns:
- the weigthed achieved score. Nullifications are not included.
- See Also:
-
getAspect
- Overrides:
getAspect
in classAbstractGradingAspectResult
-
collectGrades
- Specified by:
collectGrades
in classAbstractResultNode
-
getGrade
-
setGrade
-
getBodyComment
-