Uses of Class
org.drools.rule.ConditionalBranch

Packages that use ConditionalBranch
org.drools.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. 
 

Uses of ConditionalBranch in org.drools.rule
 

Methods in org.drools.rule that return ConditionalBranch
 ConditionalBranch ConditionalBranch.clone()
          There is not reason to clone this object since it is stateless.
 ConditionalBranch ConditionalBranch.getElseBranch()
           
 

Constructors in org.drools.rule with parameters of type ConditionalBranch
ConditionalBranch(EvalCondition condition, NamedConsequence consequence, ConditionalBranch elseBranch)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.