Uses of Class
org.drools.core.rule.VariableRestriction.VariableContextEntry
-
Packages that use VariableRestriction.VariableContextEntry Package Description org.drools.core.base org.drools.core.base.evaluators org.drools.core.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.org.drools.core.spi -
-
Uses of VariableRestriction.VariableContextEntry in org.drools.core.base
Methods in org.drools.core.base with parameters of type VariableRestriction.VariableContextEntry Modifier and Type Method Description booleanEvaluatorWrapper. evaluateCachedLeft(InternalWorkingMemory workingMemory, VariableRestriction.VariableContextEntry context, InternalFactHandle right)booleanEvaluatorWrapper. evaluateCachedRight(InternalWorkingMemory workingMemory, VariableRestriction.VariableContextEntry context, InternalFactHandle left) -
Uses of VariableRestriction.VariableContextEntry in org.drools.core.base.evaluators
-
Uses of VariableRestriction.VariableContextEntry in org.drools.core.rule
Subclasses of VariableRestriction.VariableContextEntry in org.drools.core.rule Modifier and Type Class Description static classVariableRestriction.BooleanVariableContextEntrystatic classVariableRestriction.CharVariableContextEntrystatic classVariableRestriction.DoubleVariableContextEntrystatic classVariableRestriction.LeftEndRightStartContextEntrystatic classVariableRestriction.LeftStartRightEndContextEntrystatic classVariableRestriction.LongVariableContextEntrystatic classVariableRestriction.ObjectVariableContextEntrystatic classVariableRestriction.TemporalVariableContextEntrystatic classVariableRestriction.TimestampedContextEntryMethods in org.drools.core.rule that return VariableRestriction.VariableContextEntry Modifier and Type Method Description static VariableRestriction.VariableContextEntryVariableRestriction. createContextEntry(InternalReadAccessor fieldExtractor, Declaration declaration, Evaluator evaluator) -
Uses of VariableRestriction.VariableContextEntry in org.drools.core.spi
Methods in org.drools.core.spi with parameters of type VariableRestriction.VariableContextEntry Modifier and Type Method Description booleanEvaluator. evaluateCachedLeft(InternalWorkingMemory workingMemory, VariableRestriction.VariableContextEntry context, InternalFactHandle right)Evaluates the expression using the provided parameters.booleanEvaluator. evaluateCachedRight(InternalWorkingMemory workingMemory, VariableRestriction.VariableContextEntry context, InternalFactHandle left)Evaluates the expression using the provided parameters.
-