Package de.hsh.graja.core.result
Class AbstractGradingAspectResult
java.lang.Object
de.hsh.graja.core.result.AbstractResultNode
de.hsh.graja.core.result.AbstractGradingAspectResult
- All Implemented Interfaces:
ContentLogger
- Direct Known Subclasses:
GradingAspectGroupResult
,GradingAspectResult
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractGradingAspectResult
(AbstractGradingAspect aspect, String headline, Anchor anchor, Content headerComment, Sequence descriptionComment, Sequence leadingComment, Sequence trailingComment) -
Method Summary
Modifier and TypeMethodDescriptionboolean
double
boolean
Methods inherited from class de.hsh.graja.core.result.AbstractResultNode
addItem, addLeadingCommentItem, addTrailingCommentItem, calcRawScoreAchieved, calcScoreAchievedAfterWeighting, calcScoreAchievedAfterWeightingAndNullification, collectGrades, getAnchor, getDescriptionComment, getHeaderComment, getHeadline, getLeadingComment, getTrailingComment, setAnchor, setHeaderComment, setHeadline
-
Constructor Details
-
AbstractGradingAspectResult
-
-
Method Details
-
getAspect
-
calcScoreMax
public double calcScoreMax() -
calcIfScorePenalized
public boolean calcIfScorePenalized() -
getAspectTitle
-
getAspectTypeDisplayname
-
isNullified
public boolean isNullified()
-