org.drools.common
Class Scheduler
java.lang.Object
org.drools.common.Scheduler
public final class Scheduler
- extends Object
Scheduler for rules requiring truth duration.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scheduleAgendaItem
public static void scheduleAgendaItem(ScheduledAgendaItem item,
InternalAgenda agenda,
InternalWorkingMemory wm)
- Schedule an agenda item.
- Parameters:
item
- The item to schedule.wm
- workingMemory
- The working memory session.
removeAgendaItem
public static void removeAgendaItem(ScheduledAgendaItem item,
InternalAgenda agenda)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.