Package | Description |
---|---|
org.drools.core.common | |
org.drools.core.spi |
Modifier and Type | Method and Description |
---|---|
void |
DefaultAgenda.fireActivation(Activation activation)
Fire this item.
|
void |
InternalAgenda.fireActivation(Activation activation) |
void |
InternalAgenda.fireConsequenceEvent(Activation activation,
String consequenceName) |
int |
DefaultAgenda.fireNextItem(org.kie.api.runtime.rule.AgendaFilter filter,
int fireCount,
int fireLimit)
Fire the next scheduled
Agenda item, skipping items
that are not allowed by the agenda filter. |
int |
InternalAgenda.fireNextItem(org.kie.api.runtime.rule.AgendaFilter filter,
int fireCount,
int fireLimit) |
boolean |
DefaultAgenda.fireTimedActivation(Activation activation) |
boolean |
InternalAgenda.fireTimedActivation(Activation activation) |
Modifier and Type | Method and Description |
---|---|
void |
AsyncExceptionHandler.handleException(WorkingMemory workingMemory,
ConsequenceException exception) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.