Uses of Interface
org.drools.base.rule.Behavior
-
Packages that use Behavior Package Description org.drools.base.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. -
-
Uses of Behavior in org.drools.base.rule
Methods in org.drools.base.rule that return types with arguments of type Behavior Modifier and Type Method Description java.util.List<Behavior>Pattern. getBehaviors()Methods in org.drools.base.rule with parameters of type Behavior Modifier and Type Method Description voidPattern. addBehavior(Behavior behavior)Method parameters in org.drools.base.rule with type arguments of type Behavior Modifier and Type Method Description voidPattern. setBehaviors(java.util.List<Behavior> behaviors)
-