Package de.hsh.graja.core.request
Class GradingAspectGroup
java.lang.Object
de.hsh.graja.core.request.AbstractGradingAspect
de.hsh.graja.core.request.GradingAspectGroup
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAllChildren(Iterable<? extends AbstractGradingAspect> childrenToAdd) voidaddChild(AbstractGradingAspect aspect) doubleIterable<? extends AbstractGradingAspect>booleanisLeaf()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
-
Method Details
-
addAllChildren
-
addChild
-
enumerateOrderedChildren
-
getChild
-
getFunction
-
calcScoreMax
public double calcScoreMax()- Specified by:
calcScoreMaxin classAbstractGradingAspect- Returns:
- the already weighted sum, max, min.
-
isLeaf
public boolean isLeaf()- Specified by:
isLeafin classAbstractGradingAspect- Returns:
- true, if this is an instance of
GradingAspect.
-