Package | Description |
---|---|
org.drools.core |
This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory
|
org.drools.core.common |
Modifier and Type | Method and Description |
---|---|
ActivationGroup |
Agenda.getActivationGroup(String name) |
Modifier and Type | Method and Description |
---|---|
void |
Agenda.clearAndCancelActivationGroup(ActivationGroup activationGroup)
Clears all Activations from an Activation Group.
|
Modifier and Type | Method and Description |
---|---|
ActivationGroup |
ActivationGroupNode.getActivationGroup() |
ActivationGroup |
DefaultAgenda.getActivationGroup(String name) |
ActivationGroup |
InternalAgenda.getActivationGroup(String name) |
ActivationGroup |
DefaultAgenda.getStageActivationsGroup() |
Modifier and Type | Method and Description |
---|---|
Map<String,ActivationGroup> |
DefaultAgenda.getActivationGroupsMap() |
Map<String,ActivationGroup> |
InternalAgenda.getActivationGroupsMap() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultAgenda.clearAndCancelActivationGroup(ActivationGroup activationGroup) |
Constructor and Description |
---|
ActivationGroupNode(Activation activation,
ActivationGroup activationGroup) |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.