Uses of Interface
org.drools.base.rule.ContextEntry
-
Packages that use ContextEntry Package Description org.drools.base.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.org.drools.base.rule.constraint -
-
Uses of ContextEntry in org.drools.base.rule
Classes in org.drools.base.rule that implement ContextEntry Modifier and Type Class Description static classPredicateConstraint.PredicateContextEntryMethods in org.drools.base.rule that return ContextEntry Modifier and Type Method Description ContextEntryPredicateConstraint. createContextEntry()ContextEntryContextEntry. getNext()ContextEntryPredicateConstraint.PredicateContextEntry. getNext()Methods in org.drools.base.rule with parameters of type ContextEntry Modifier and Type Method Description booleanPredicateConstraint. isAllowed(ReadAccessor extractor, org.kie.api.runtime.rule.FactHandle handle, ValueResolver valueResolver, ContextEntry context)booleanPredicateConstraint. isAllowedCachedLeft(ContextEntry context, org.kie.api.runtime.rule.FactHandle handle)booleanPredicateConstraint. isAllowedCachedRight(BaseTuple tuple, ContextEntry context)voidContextEntry. setNext(ContextEntry entry)voidPredicateConstraint.PredicateContextEntry. setNext(ContextEntry entry) -
Uses of ContextEntry in org.drools.base.rule.constraint
Methods in org.drools.base.rule.constraint that return ContextEntry Modifier and Type Method Description ContextEntryBetaNodeFieldConstraint. createContextEntry()ContextEntryXpathConstraint. createContextEntry()Methods in org.drools.base.rule.constraint with parameters of type ContextEntry Modifier and Type Method Description booleanBetaNodeFieldConstraint. isAllowedCachedLeft(ContextEntry context, org.kie.api.runtime.rule.FactHandle handle)booleanXpathConstraint. isAllowedCachedLeft(ContextEntry context, org.kie.api.runtime.rule.FactHandle handle)booleanBetaNodeFieldConstraint. isAllowedCachedRight(BaseTuple tuple, ContextEntry context)booleanXpathConstraint. isAllowedCachedRight(BaseTuple tuple, ContextEntry context)
-