|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConditionalBranchDescrBuilder<P extends DescrBuilder<?,?>>
Method Summary | |
---|---|
EvalDescrBuilder<ConditionalBranchDescrBuilder<P>> |
condition()
Defines the condition for this conditional branch |
NamedConsequenceDescrBuilder<ConditionalBranchDescrBuilder<P>> |
consequence()
Defines a Consequence activated when the condition is evaluated to true |
ConditionalBranchDescrBuilder<P> |
otherwise()
Defines a else branch used when the condition is evaluated to false |
Methods inherited from interface org.drools.lang.api.DescrBuilder |
---|
end, endCharacter, endLocation, getDescr, startCharacter, startLocation |
Method Detail |
---|
EvalDescrBuilder<ConditionalBranchDescrBuilder<P>> condition()
NamedConsequenceDescrBuilder<ConditionalBranchDescrBuilder<P>> consequence()
ConditionalBranchDescrBuilder<P> otherwise()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |