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
ConstructorDescriptionRating
(@Nullable BigDecimal value, RatingNode node, @Nullable ExamNode examNode, @Nullable BigDecimal weight) -
Method Summary
Modifier and TypeMethodDescription@Nullable ExamNode
getNode()
@Nullable BigDecimal
@Nullable BigDecimal
getValue()
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:
getNode
in interfaceValueWithNode
-
getNumber
- Specified by:
getNumber
in interfaceNumberContainer
-
getExamNode
-
toString
-
getWeight
- Specified by:
getWeight
in interfaceWeightedNumberContainer
-