Uses of Interface
org.drools.core.common.AgendaItem
-
Packages that use AgendaItem Package Description org.drools.core.common org.drools.core.impl org.drools.core.phreak org.drools.core.reteoo -
-
Uses of AgendaItem in org.drools.core.common
Classes in org.drools.core.common that implement AgendaItem Modifier and Type Class Description classAgendaItemImpl<T extends ModedAssertion<T>>Item entry in theAgenda.Methods in org.drools.core.common that return AgendaItem Modifier and Type Method Description AgendaItemActivationsManager. createAgendaItem(RuleTerminalNodeLeftTuple rtnLeftTuple, int salience, PropagationContext context, RuleAgendaItem ruleAgendaItem, InternalAgendaGroup agendaGroup)Methods in org.drools.core.common that return types with arguments of type AgendaItem Modifier and Type Method Description static List<AgendaItem>PhreakActivationIterator. collectAgendaItems(RuleBase kbase, ReteEvaluator reteEvaluator)Methods in org.drools.core.common with parameters of type AgendaItem Modifier and Type Method Description voidActivationsManager. addItemToActivationGroup(AgendaItem activation)default voidActivationsManager. stageLeftTuple(RuleAgendaItem ruleAgendaItem, AgendaItem justified)Method parameters in org.drools.core.common with type arguments of type AgendaItem Modifier and Type Method Description static voidPhreakActivationIterator. processLeftTuples(LeftTupleSource node, List<AgendaItem> agendaItems, Set<RuleTerminalNode> nodeSet, ReteEvaluator reteEvaluator) -
Uses of AgendaItem in org.drools.core.impl
Methods in org.drools.core.impl that return AgendaItem Modifier and Type Method Description AgendaItemActivationsManagerImpl. createAgendaItem(RuleTerminalNodeLeftTuple rtnLeftTuple, int salience, PropagationContext context, RuleAgendaItem ruleAgendaItem, InternalAgendaGroup agendaGroup)Methods in org.drools.core.impl with parameters of type AgendaItem Modifier and Type Method Description voidActivationsManagerImpl. addItemToActivationGroup(AgendaItem activation) -
Uses of AgendaItem in org.drools.core.phreak
Classes in org.drools.core.phreak that implement AgendaItem Modifier and Type Class Description classRuleAgendaItem -
Uses of AgendaItem in org.drools.core.reteoo
Classes in org.drools.core.reteoo that implement AgendaItem Modifier and Type Class Description classRuleTerminalNodeLeftTuple<T extends ModedAssertion<T>>Methods in org.drools.core.reteoo with parameters of type AgendaItem Modifier and Type Method Description voidRuleTerminalNode. cancelMatch(AgendaItem match, ReteEvaluator reteEvaluator)
-