org.drools.impl
Class StatefulKnowledgeSessionImpl.AgendaFilterWrapper

java.lang.Object
  extended by org.drools.impl.StatefulKnowledgeSessionImpl.AgendaFilterWrapper
All Implemented Interfaces:
AgendaFilter
Enclosing class:
StatefulKnowledgeSessionImpl

public static class StatefulKnowledgeSessionImpl.AgendaFilterWrapper
extends Object
implements AgendaFilter


Constructor Summary
StatefulKnowledgeSessionImpl.AgendaFilterWrapper(org.drools.runtime.rule.AgendaFilter filter)
           
 
Method Summary
 boolean accept(Activation activation)
          Determine if a given activation should be fired.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatefulKnowledgeSessionImpl.AgendaFilterWrapper

public StatefulKnowledgeSessionImpl.AgendaFilterWrapper(org.drools.runtime.rule.AgendaFilter filter)
Method Detail

accept

public boolean accept(Activation activation)
Description copied from interface: AgendaFilter
Determine if a given activation should be fired.

Specified by:
accept in interface AgendaFilter
Parameters:
activation - The activation to fire.
Returns:
true if the activation should be fired; otherwise false


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.