Uses of Interface
org.drools.core.rule.BehaviorContext
Packages that use BehaviorContext
-
Uses of BehaviorContext in org.drools.core.reteoo
Fields in org.drools.core.reteoo declared as BehaviorContext -
Uses of BehaviorContext in org.drools.core.rule
Classes in org.drools.core.rule that implement BehaviorContextModifier and TypeClassDescriptionstatic classA Context object for length windowsstatic classFields in org.drools.core.rule declared as BehaviorContextModifier and TypeFieldDescriptionSlidingTimeWindow.BehaviorJobContext.behaviorContextprotected BehaviorContextSlidingTimeWindow.BehaviorExpireWMAction.contextMethods in org.drools.core.rule that return BehaviorContextModifier and TypeMethodDescriptionBehaviorManager.createBehaviorContext()Creates the behaviors' contextBehaviorRuntime.createContext()Creates the context object associated with this behavior.SlidingLengthWindow.createContext()SlidingTimeWindow.createContext()Methods in org.drools.core.rule with parameters of type BehaviorContextModifier and TypeMethodDescriptionprotected voidSlidingTimeWindow.updateNextExpiration(InternalFactHandle fact, ReteEvaluator reteEvaluator, BehaviorContext context, int nodeId) Constructors in org.drools.core.rule with parameters of type BehaviorContextModifierConstructorDescriptionBehaviorExpireWMAction(int nodeId, BehaviorRuntime behavior, BehaviorContext context) BehaviorJobContext(int nodeId, ReteEvaluator reteEvaluator, BehaviorRuntime behavior, BehaviorContext behaviorContext)