Uses of Interface
org.drools.core.rule.Behavior.Context
-
Packages that use Behavior.Context Package Description org.drools.core.reteoo org.drools.core.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. -
-
Uses of Behavior.Context in org.drools.core.reteoo
Fields in org.drools.core.reteoo declared as Behavior.Context Modifier and Type Field Description Behavior.Context[]WindowNode.WindowMemory. behaviorContext -
Uses of Behavior.Context in org.drools.core.rule
Classes in org.drools.core.rule that implement Behavior.Context Modifier and Type Class Description static classSlidingLengthWindow.SlidingLengthWindowContextA Context object for length windowsstatic classSlidingTimeWindow.SlidingTimeWindowContextFields in org.drools.core.rule declared as Behavior.Context Modifier and Type Field Description Behavior.ContextSlidingTimeWindow.BehaviorJobContext. behaviorContextprotected Behavior.ContextSlidingTimeWindow.BehaviorExpireWMAction. contextMethods in org.drools.core.rule that return Behavior.Context Modifier and Type Method Description Behavior.Context[]BehaviorManager. createBehaviorContext()Creates the behaviors' contextBehavior.ContextBehavior. createContext()Creates the context object associated with this behavior.Behavior.ContextSlidingLengthWindow. createContext()Behavior.ContextSlidingTimeWindow. createContext()Methods in org.drools.core.rule with parameters of type Behavior.Context Modifier and Type Method Description protected voidSlidingTimeWindow. updateNextExpiration(InternalFactHandle fact, InternalWorkingMemory workingMemory, Behavior.Context context, int nodeId)Constructors in org.drools.core.rule with parameters of type Behavior.Context Constructor Description BehaviorExpireWMAction(int nodeId, Behavior behavior, Behavior.Context context)BehaviorJobContext(int nodeId, InternalWorkingMemory workingMemory, Behavior behavior, Behavior.Context behaviorContext)
-