Uses of Interface
org.drools.core.rule.BehaviorContext
-
Packages that use BehaviorContext Package Description org.drools.core.reteoo org.drools.core.rule -
-
Uses of BehaviorContext in org.drools.core.reteoo
Fields in org.drools.core.reteoo declared as BehaviorContext Modifier and Type Field Description BehaviorContext[]WindowNode.WindowMemory. behaviorContext -
Uses of BehaviorContext in org.drools.core.rule
Classes in org.drools.core.rule that implement BehaviorContext Modifier and Type Class Description static classSlidingLengthWindow.SlidingLengthWindowContextA Context object for length windowsstatic classSlidingTimeWindow.SlidingTimeWindowContextFields in org.drools.core.rule declared as BehaviorContext Modifier and Type Field Description BehaviorContextSlidingTimeWindow.BehaviorJobContext. behaviorContextprotected BehaviorContextSlidingTimeWindow.BehaviorExpireWMAction. contextMethods in org.drools.core.rule that return BehaviorContext Modifier and Type Method Description BehaviorContext[]BehaviorManager. createBehaviorContext()Creates the behaviors' contextBehaviorContextBehaviorRuntime. createContext()Creates the context object associated with this behavior.BehaviorContextSlidingLengthWindow. createContext()BehaviorContextSlidingTimeWindow. createContext()Methods in org.drools.core.rule with parameters of type BehaviorContext Modifier and Type Method Description protected voidSlidingTimeWindow. updateNextExpiration(InternalFactHandle fact, ReteEvaluator reteEvaluator, BehaviorContext context, int nodeId)Constructors in org.drools.core.rule with parameters of type BehaviorContext Constructor Description BehaviorExpireWMAction(int nodeId, BehaviorRuntime behavior, BehaviorContext context)BehaviorJobContext(int nodeId, ReteEvaluator reteEvaluator, BehaviorRuntime behavior, BehaviorContext behaviorContext)
-