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 | |
org.drools.core.reteoo |
Modifier and Type | Method and Description |
---|---|
Agenda |
WorkingMemory.getAgenda()
Returns the Agenda for this WorkingMemory.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InternalAgenda |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAgenda
Rule-firing Agenda.
|
Modifier and Type | Method and Description |
---|---|
Agenda |
AbstractWorkingMemory.getAgenda() |
Agenda |
Scheduler.ActivationTimerJobContext.getAgenda() |
Modifier and Type | Method and Description |
---|---|
void |
Scheduler.ActivationTimerJobContext.setAgenda(Agenda agenda) |
Constructor and Description |
---|
Scheduler.ActivationTimerJobContext(Trigger trigger,
ScheduledAgendaItem scheduledAgendaItem,
Agenda agenda) |
Modifier and Type | Method and Description |
---|---|
Agenda |
DisposedReteooWorkingMemory.getAgenda() |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.