Uses of Interface
org.drools.runtime.rule.Activation

Packages that use Activation
org.drools.event.rule Events emitted while Rules are executing. 
org.drools.runtime.rule The rule runtime classes. 
 

Uses of Activation in org.drools.event.rule
 

Methods in org.drools.event.rule that return Activation
 Activation ActivationEvent.getActivation()
           
 

Uses of Activation in org.drools.runtime.rule
 

Methods in org.drools.runtime.rule that return Activation
 Activation RuleContext.getActivation()
          Returns the current Activation for the current context
 

Methods in org.drools.runtime.rule with parameters of type Activation
 boolean AgendaFilter.accept(Activation activation)
          Determine if a given activation should be fired.
 void ConsequenceExceptionHandler.handleException(Activation activation, WorkingMemory workingMemory, Exception exception)
           
 



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