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