Class Rating
java.lang.Object
ch.tocco.nice2.optional.qualification.impl.drools.facts.Rating
- All Implemented Interfaces:
NumberContainer,ValueWithNode,WeightedNumberContainer
- Direct Known Subclasses:
ChoiceRating
-
Constructor Summary
ConstructorsConstructorDescriptionRating(@Nullable BigDecimal value, RatingNode node, @Nullable ExamNode examNode, @Nullable BigDecimal weight) -
Method Summary
Modifier and TypeMethodDescription@Nullable ExamNodegetNode()@Nullable BigDecimal@Nullable BigDecimalgetValue()toString()
-
Constructor Details
-
Rating
public Rating(@Nullable @Nullable BigDecimal value, RatingNode node, @Nullable @Nullable ExamNode examNode, @Nullable @Nullable BigDecimal weight)
-
-
Method Details
-
getValue
-
getNode
- Specified by:
getNodein interfaceValueWithNode
-
getNumber
- Specified by:
getNumberin interfaceNumberContainer
-
getExamNode
-
toString
-
getWeight
- Specified by:
getWeightin interfaceWeightedNumberContainer
-