|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextEntry | |
---|---|
org.drools.common | |
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 ContextEntry in org.drools.common |
---|
Classes in org.drools.common that implement ContextEntry | |
---|---|
static class |
InstanceEqualsConstraint.InstanceEqualsConstraintContextEntry
|
static class |
InstanceNotEqualsConstraint.InstanceNotEqualsConstraintContextEntry
|
static class |
TupleStartEqualsConstraint.TupleStartEqualsConstraintContextEntry
|
Methods in org.drools.common that return ContextEntry | |
---|---|
ContextEntry |
TupleStartEqualsConstraint.getContextEntry()
|
ContextEntry |
InstanceNotEqualsConstraint.getContextEntry()
|
ContextEntry |
InstanceEqualsConstraint.getContextEntry()
|
ContextEntry |
TupleStartEqualsConstraint.TupleStartEqualsConstraintContextEntry.getNext()
|
ContextEntry |
InstanceNotEqualsConstraint.InstanceNotEqualsConstraintContextEntry.getNext()
|
ContextEntry |
InstanceEqualsConstraint.InstanceEqualsConstraintContextEntry.getNext()
|
Methods in org.drools.common with parameters of type ContextEntry | |
---|---|
boolean |
InstanceNotEqualsConstraint.isAllowed(ContextEntry entry)
|
boolean |
TupleStartEqualsConstraint.isAllowedCachedLeft(ContextEntry context,
Object object)
|
boolean |
InstanceNotEqualsConstraint.isAllowedCachedLeft(ContextEntry context,
Object object)
|
boolean |
InstanceEqualsConstraint.isAllowedCachedLeft(ContextEntry context,
Object object)
|
boolean |
TupleStartEqualsConstraint.isAllowedCachedRight(ReteTuple tuple,
ContextEntry context)
|
boolean |
InstanceNotEqualsConstraint.isAllowedCachedRight(ReteTuple tuple,
ContextEntry context)
|
boolean |
InstanceEqualsConstraint.isAllowedCachedRight(ReteTuple tuple,
ContextEntry context)
|
void |
TupleStartEqualsConstraint.TupleStartEqualsConstraintContextEntry.setNext(ContextEntry entry)
|
void |
InstanceNotEqualsConstraint.InstanceNotEqualsConstraintContextEntry.setNext(ContextEntry entry)
|
void |
InstanceEqualsConstraint.InstanceEqualsConstraintContextEntry.setNext(ContextEntry entry)
|
Uses of ContextEntry in org.drools.rule |
---|
Classes in org.drools.rule that implement ContextEntry | |
---|---|
static class |
AbstractCompositeRestriction.CompositeContextEntry
|
static class |
PredicateConstraint.PredicateContextEntry
|
static class |
ReturnValueRestriction.ReturnValueContextEntry
|
static class |
VariableRestriction.BooleanVariableContextEntry
|
static class |
VariableRestriction.DoubleVariableContextEntry
|
static class |
VariableRestriction.LongVariableContextEntry
|
static class |
VariableRestriction.ObjectVariableContextEntry
|
static class |
VariableRestriction.VariableContextEntry
|
Fields in org.drools.rule declared as ContextEntry | |
---|---|
ContextEntry[] |
AbstractCompositeRestriction.CompositeContextEntry.contextEntries
|
ContextEntry |
VariableRestriction.VariableContextEntry.entry
|
Methods in org.drools.rule that return ContextEntry | |
---|---|
ContextEntry |
VariableRestriction.getContextEntry()
|
ContextEntry |
VariableConstraint.getContextEntry()
|
ContextEntry |
ReturnValueRestriction.getContextEntry()
|
ContextEntry |
ReturnValueConstraint.getContextEntry()
|
ContextEntry |
PredicateConstraint.getContextEntry()
|
ContextEntry |
OrCompositeRestriction.getContextEntry()
|
ContextEntry |
MultiRestrictionFieldConstraint.getContextEntry()
|
ContextEntry |
LiteralRestriction.getContextEntry()
|
ContextEntry |
AndCompositeRestriction.getContextEntry()
|
ContextEntry |
AbstractCompositeRestriction.getContextEntry()
|
ContextEntry |
VariableRestriction.VariableContextEntry.getNext()
|
ContextEntry |
ReturnValueRestriction.ReturnValueContextEntry.getNext()
|
ContextEntry |
PredicateConstraint.PredicateContextEntry.getNext()
|
ContextEntry |
ContextEntry.getNext()
|
ContextEntry |
AbstractCompositeRestriction.CompositeContextEntry.getNext()
|
Methods in org.drools.rule with parameters of type ContextEntry | |
---|---|
boolean |
VariableRestriction.isAllowedCachedLeft(ContextEntry context,
Object object)
|
boolean |
VariableConstraint.isAllowedCachedLeft(ContextEntry context,
Object object)
|
boolean |
ReturnValueRestriction.isAllowedCachedLeft(ContextEntry context,
Object object)
|
boolean |
ReturnValueConstraint.isAllowedCachedLeft(ContextEntry context,
Object object)
|
boolean |
PredicateConstraint.isAllowedCachedLeft(ContextEntry context,
Object object)
|
boolean |
OrCompositeRestriction.isAllowedCachedLeft(ContextEntry context,
Object object)
|
boolean |
MultiRestrictionFieldConstraint.isAllowedCachedLeft(ContextEntry context,
Object object)
|
boolean |
LiteralRestriction.isAllowedCachedLeft(ContextEntry context,
Object object)
|
boolean |
AndCompositeRestriction.isAllowedCachedLeft(ContextEntry context,
Object object)
|
boolean |
VariableRestriction.isAllowedCachedRight(ReteTuple tuple,
ContextEntry context)
|
boolean |
VariableConstraint.isAllowedCachedRight(ReteTuple tuple,
ContextEntry context)
|
boolean |
ReturnValueRestriction.isAllowedCachedRight(ReteTuple tuple,
ContextEntry context)
|
boolean |
ReturnValueConstraint.isAllowedCachedRight(ReteTuple tuple,
ContextEntry context)
|
boolean |
PredicateConstraint.isAllowedCachedRight(ReteTuple tuple,
ContextEntry context)
|
boolean |
OrCompositeRestriction.isAllowedCachedRight(ReteTuple tuple,
ContextEntry context)
|
boolean |
MultiRestrictionFieldConstraint.isAllowedCachedRight(ReteTuple tuple,
ContextEntry context)
|
boolean |
LiteralRestriction.isAllowedCachedRight(ReteTuple tuple,
ContextEntry context)
|
boolean |
AndCompositeRestriction.isAllowedCachedRight(ReteTuple tuple,
ContextEntry context)
|
void |
VariableRestriction.VariableContextEntry.setNext(ContextEntry entry)
|
void |
ReturnValueRestriction.ReturnValueContextEntry.setNext(ContextEntry entry)
|
void |
PredicateConstraint.PredicateContextEntry.setNext(ContextEntry entry)
|
void |
ContextEntry.setNext(ContextEntry entry)
|
void |
AbstractCompositeRestriction.CompositeContextEntry.setNext(ContextEntry entry)
|
Uses of ContextEntry in org.drools.spi |
---|
Methods in org.drools.spi that return ContextEntry | |
---|---|
ContextEntry |
Restriction.getContextEntry()
|
ContextEntry |
BetaNodeFieldConstraint.getContextEntry()
|
Methods in org.drools.spi with parameters of type ContextEntry | |
---|---|
boolean |
Restriction.isAllowedCachedLeft(ContextEntry context,
Object object)
|
boolean |
BetaNodeFieldConstraint.isAllowedCachedLeft(ContextEntry context,
Object object)
|
boolean |
Restriction.isAllowedCachedRight(ReteTuple tuple,
ContextEntry context)
|
boolean |
BetaNodeFieldConstraint.isAllowedCachedRight(ReteTuple tuple,
ContextEntry context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |