|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VariableRestriction.VariableContextEntry | |
|---|---|
| org.drools.base.evaluators | |
| org.drools.rule | Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. |
| org.drools.spi | |
| Uses of VariableRestriction.VariableContextEntry in org.drools.base.evaluators |
|---|
| Methods in org.drools.base.evaluators with parameters of type VariableRestriction.VariableContextEntry | |
|---|---|
boolean |
BaseNotMemberOfEvaluator.evaluateCachedLeft(VariableRestriction.VariableContextEntry context,
Object right)
|
boolean |
BaseMemberOfEvaluator.evaluateCachedLeft(VariableRestriction.VariableContextEntry context,
Object right)
|
boolean |
BaseNotMemberOfEvaluator.evaluateCachedRight(VariableRestriction.VariableContextEntry context,
Object left)
|
boolean |
BaseMemberOfEvaluator.evaluateCachedRight(VariableRestriction.VariableContextEntry context,
Object left)
|
| Uses of VariableRestriction.VariableContextEntry in org.drools.rule |
|---|
| Subclasses of VariableRestriction.VariableContextEntry in org.drools.rule | |
|---|---|
static class |
VariableRestriction.BooleanVariableContextEntry
|
static class |
VariableRestriction.DoubleVariableContextEntry
|
static class |
VariableRestriction.LongVariableContextEntry
|
static class |
VariableRestriction.ObjectVariableContextEntry
|
| Uses of VariableRestriction.VariableContextEntry in org.drools.spi |
|---|
| Methods in org.drools.spi with parameters of type VariableRestriction.VariableContextEntry | |
|---|---|
boolean |
Evaluator.evaluateCachedLeft(VariableRestriction.VariableContextEntry context,
Object object1)
|
boolean |
Evaluator.evaluateCachedRight(VariableRestriction.VariableContextEntry context,
Object object2)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||