Uses of Interface
org.drools.rule.Behavior

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

Uses of Behavior in org.drools.reteoo
 

Methods in org.drools.reteoo that return Behavior
 Behavior[] WindowNode.getBehaviors()
          Returns the list of behaviors for this window node
 

Constructor parameters in org.drools.reteoo with type arguments of type Behavior
WindowNode(int id, List<AlphaNodeFieldConstraint> constraints, List<Behavior> behaviors, ObjectSource objectSource, BuildContext context)
          Construct a WindowNode with a unique id using the provided list of AlphaNodeFieldConstraint and the given ObjectSource.
 

Uses of Behavior in org.drools.rule
 

Classes in org.drools.rule that implement Behavior
 class SlidingLengthWindow
          A length window behavior implementation
 class SlidingTimeWindow
           
 

Fields in org.drools.rule declared as Behavior
 Behavior SlidingTimeWindow.BehaviorJobContext.behavior
           
static Behavior[] Behavior.EMPTY_BEHAVIOR_LIST
           
static Behavior[] BehaviorManager.NO_BEHAVIORS
           
 

Methods in org.drools.rule that return Behavior
 Behavior[] BehaviorManager.getBehaviors()
           
 

Methods in org.drools.rule that return types with arguments of type Behavior
 List<Behavior> Pattern.getBehaviors()
           
 

Methods in org.drools.rule with parameters of type Behavior
 void Pattern.addBehavior(Behavior behavior)
           
 

Method parameters in org.drools.rule with type arguments of type Behavior
 void Pattern.setBehaviors(List<Behavior> behaviors)
           
 

Constructors in org.drools.rule with parameters of type Behavior
BehaviorManager(Behavior[] behaviors)
           
SlidingTimeWindow.BehaviorExpireWMAction(Behavior behavior, WindowNode.WindowMemory memory, Object context)
           
SlidingTimeWindow.BehaviorJobContext(InternalWorkingMemory workingMemory, Behavior behavior, WindowNode.WindowMemory memory, Object behaviorContext)
           
 

Constructor parameters in org.drools.rule with type arguments of type Behavior
BehaviorManager(List<Behavior> behaviors)
           
 



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