|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.reteoo.Scheduler
Scheduler for rules requiring truth duration.
Method Summary | |
(package private) void |
cancelAgendaItem(AgendaItem item)
Cancel an agenda item. |
(package private) static Scheduler |
getInstance()
Retrieve the singleton instance. |
(package private) void |
scheduleAgendaItem(AgendaItem item,
WorkingMemoryImpl workingMemory)
Schedule an agenda item. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
static Scheduler getInstance()
void scheduleAgendaItem(AgendaItem item, WorkingMemoryImpl workingMemory)
item
- The item to schedule.workingMemory
- The working memory session.void cancelAgendaItem(AgendaItem item)
item
- The item to cancle.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |