Package de.hsh.graja.core.request
Class GradingAspect
java.lang.Object
de.hsh.graja.core.request.AbstractGradingAspect
de.hsh.graja.core.request.GradingAspect
-
Constructor Summary
ConstructorsConstructorDescriptionGradingAspect
(String title, ModuleConfiguration moduleCfg, String id, String descriptionHtml, String internalDescriptionHtml, Double weight) -
Method Summary
Methods inherited from class de.hsh.graja.core.request.AbstractGradingAspect
getDescriptionHtml, getId, getInternalDescriptionHtml, getNullifyCondition, getResult, getTitle, getTypeDisplayname, getWeight, setDescriptionHtml, setInternalDescriptionHtml, setNullifyCondition, setResult, setTitle, setWeight
-
Constructor Details
-
GradingAspect
-
-
Method Details
-
getType
-
getModuleConfiguration
-
calcScoreMax
public double calcScoreMax()- Specified by:
calcScoreMax
in classAbstractGradingAspect
- Returns:
- the already weighted sum, max, min.
-
isLeaf
public boolean isLeaf()- Specified by:
isLeaf
in classAbstractGradingAspect
- Returns:
- true, if this is an instance of
GradingAspect
.
-