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 classAgendaItemImplItem 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 with parameters of type AgendaItem Modifier and Type Method Description voidActivationsManager. addItemToActivationGroup(AgendaItem activation)default voidActivationsManager. stageLeftTuple(RuleAgendaItem ruleAgendaItem, AgendaItem justified) -
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 classRuleTerminalNodeLeftTupleMethods in org.drools.core.reteoo with parameters of type AgendaItem Modifier and Type Method Description voidRuleTerminalNode. cancelMatch(AgendaItem match, ReteEvaluator reteEvaluator)
-