Package org.drools.core.common
Interface InternalActivationGroup
- All Superinterfaces:
ActivationGroup
- All Known Implementing Classes:
ActivationGroupImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddActivation(InternalMatch internalMatch) getList()longbooleanisEmpty()iterator()voidremoveActivation(InternalMatch internalMatch) voidreset()voidsetTriggeredForRecency(long executedForRecency) intsize()Methods inherited from interface org.kie.api.runtime.rule.ActivationGroup
clear, getName
-
Method Details
-
addActivation
-
removeActivation
-
getList
LinkedList<ActivationGroupNode> getList() -
iterator
Iterator iterator() -
isEmpty
boolean isEmpty() -
size
int size() -
reset
void reset() -
getTriggeredForRecency
long getTriggeredForRecency() -
setTriggeredForRecency
void setTriggeredForRecency(long executedForRecency)
-