Interface RewardDescrBuilder<P extends org.drools.compiler.lang.api.DescrBuilder<?,?>>
-
- All Superinterfaces:
org.drools.compiler.lang.api.DescrBuilder<P,org.drools.compiler.lang.descr.PatternDescr>,GamificationBaseDescrBuilder<RewardDescrBuilder<P>>
public interface RewardDescrBuilder<P extends org.drools.compiler.lang.api.DescrBuilder<?,?>> extends org.drools.compiler.lang.api.DescrBuilder<P,org.drools.compiler.lang.descr.PatternDescr>, GamificationBaseDescrBuilder<RewardDescrBuilder<P>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RewardDescrBuilder<P>bindCalculationPointConcept(Bind bind)RewardDescrBuilder<P>bindPercentage(Bind bind)RewardDescrBuilder<P>bindTargetPointConcept(Bind bind)RewardDescrBuilder<P>bindThreshold(Bind bind)RewardDescrBuilder<P>percentage(ConstraintType constraintType, java.lang.String percentage)RewardDescrBuilder<P>percentage(ConstraintType constraintType, java.lang.String percentage, Bind bind)RewardDescrBuilder<P>threshold(ConstraintType constraintType, java.lang.String threshold)RewardDescrBuilder<P>threshold(ConstraintType constraintType, java.lang.String threshold, Bind bind)-
Methods inherited from interface org.drools.compiler.lang.api.DescrBuilder
end, endCharacter, endLocation, getDescr, startCharacter, startLocation
-
Methods inherited from interface it.univaq.gamification.dsl.builders.lhs.builders.GamificationBaseDescrBuilder
bind, constraint, declare
-
-
-
-
Method Detail
-
percentage
RewardDescrBuilder<P> percentage(ConstraintType constraintType, java.lang.String percentage)
-
percentage
RewardDescrBuilder<P> percentage(ConstraintType constraintType, java.lang.String percentage, Bind bind)
-
bindPercentage
RewardDescrBuilder<P> bindPercentage(Bind bind)
-
threshold
RewardDescrBuilder<P> threshold(ConstraintType constraintType, java.lang.String threshold)
-
threshold
RewardDescrBuilder<P> threshold(ConstraintType constraintType, java.lang.String threshold, Bind bind)
-
bindThreshold
RewardDescrBuilder<P> bindThreshold(Bind bind)
-
bindCalculationPointConcept
RewardDescrBuilder<P> bindCalculationPointConcept(Bind bind)
-
bindTargetPointConcept
RewardDescrBuilder<P> bindTargetPointConcept(Bind bind)
-
-