public interface ActivationGroup
extends org.kie.api.runtime.rule.ActivationGroup
Modifier and Type | Method and Description |
---|---|
void |
addActivation(Activation activation) |
void |
clear() |
LinkedList<ActivationGroupNode> |
getList() |
String |
getName() |
long |
getTriggeredForRecency() |
boolean |
isEmpty() |
Iterator |
iterator() |
void |
removeActivation(Activation activation) |
void |
setTriggeredForRecency(long executedForRecency) |
int |
size() |
String getName()
getName
in interface org.kie.api.runtime.rule.ActivationGroup
void addActivation(Activation activation)
void removeActivation(Activation activation)
LinkedList<ActivationGroupNode> getList()
Iterator iterator()
boolean isEmpty()
int size()
void clear()
clear
in interface org.kie.api.runtime.rule.ActivationGroup
long getTriggeredForRecency()
void setTriggeredForRecency(long executedForRecency)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.