Uses of Interface
org.drools.core.common.AgendaItem
-
Packages that use AgendaItem Package Description org.drools.core.common 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 AgendaItemCompositeDefaultAgenda. createAgendaItem(RuleTerminalNodeLeftTuple rtnLeftTuple, int salience, PropagationContext context, RuleAgendaItem ruleAgendaItem, InternalAgendaGroup agendaGroup)AgendaItemDefaultAgenda. createAgendaItem(RuleTerminalNodeLeftTuple rtnLeftTuple, int salience, PropagationContext context, RuleAgendaItem ruleAgendaItem, InternalAgendaGroup agendaGroup)AgendaItemInternalAgenda. 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(InternalKnowledgeBase kbase, InternalWorkingMemory wm)Methods in org.drools.core.common with parameters of type AgendaItem Modifier and Type Method Description voidCompositeDefaultAgenda. addItemToActivationGroup(AgendaItem item)voidDefaultAgenda. addItemToActivationGroup(AgendaItem item)If the item belongs to an activation group, add itvoidInternalAgenda. addItemToActivationGroup(AgendaItem item)voidCompositeDefaultAgenda. insertAndStageActivation(AgendaItem activation)voidDefaultAgenda. insertAndStageActivation(AgendaItem activation)voidInternalAgenda. insertAndStageActivation(AgendaItem activation)voidCompositeDefaultAgenda. modifyActivation(AgendaItem activation, boolean previouslyActive)voidDefaultAgenda. modifyActivation(AgendaItem activation, boolean previouslyActive)voidInternalAgenda. modifyActivation(AgendaItem activation, boolean previouslyActive)Adds the activation to the agenda.voidCompositeDefaultAgenda. stageLeftTuple(RuleAgendaItem ruleAgendaItem, AgendaItem justified)voidDefaultAgenda. stageLeftTuple(RuleAgendaItem ruleAgendaItem, AgendaItem justified)voidInternalAgenda. 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, InternalWorkingMemory wm) -
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, InternalWorkingMemoryActions workingMemory)
-