public class ActivationGroupImpl extends Object implements InternalActivationGroup
| Constructor and Description |
|---|
ActivationGroupImpl(InternalAgenda agenda,
String name) |
| 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 |
reset() |
void |
setTriggeredForRecency(long executedForRecency) |
int |
size() |
public ActivationGroupImpl(InternalAgenda agenda, String name)
public String getName()
getName in interface org.kie.api.runtime.rule.ActivationGrouppublic void addActivation(Activation activation)
addActivation in interface InternalActivationGrouppublic void removeActivation(Activation activation)
removeActivation in interface InternalActivationGrouppublic Iterator iterator()
iterator in interface InternalActivationGrouppublic boolean isEmpty()
isEmpty in interface InternalActivationGrouppublic int size()
size in interface InternalActivationGrouppublic void clear()
clear in interface org.kie.api.runtime.rule.ActivationGrouppublic void reset()
reset in interface InternalActivationGrouppublic LinkedList<ActivationGroupNode> getList()
getList in interface InternalActivationGrouppublic long getTriggeredForRecency()
getTriggeredForRecency in interface InternalActivationGrouppublic void setTriggeredForRecency(long executedForRecency)
setTriggeredForRecency in interface InternalActivationGroupCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.