Package | Description |
---|---|
org.drools.impl.adapters | |
org.drools.runtime.rule |
The rule runtime classes.
|
Modifier and Type | Method and Description |
---|---|
int |
StatefulKnowledgeSessionAdapter.fireAllRules(AgendaFilter agendaFilter) |
int |
StatefulKnowledgeSessionAdapter.fireAllRules(AgendaFilter agendaFilter,
int max) |
void |
StatefulKnowledgeSessionAdapter.fireUntilHalt(AgendaFilter agendaFilter) |
Constructor and Description |
---|
AgendaFilterAdapter(AgendaFilter delegate) |
Modifier and Type | Method and Description |
---|---|
int |
StatefulRuleSession.fireAllRules(AgendaFilter agendaFilter)
Fire all Activations on the Agenda
|
int |
StatefulRuleSession.fireAllRules(AgendaFilter agendaFilter,
int max)
Fire all Activations on the Agenda
|
void |
StatefulRuleSession.fireUntilHalt(AgendaFilter agendaFilter)
Keeps firing activations until a halt is called.
|
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.