org.drools
Class QueryTerminalNodeActivationListenerFactory

java.lang.Object
  extended by org.drools.QueryTerminalNodeActivationListenerFactory
All Implemented Interfaces:
ActivationListenerFactory

public class QueryTerminalNodeActivationListenerFactory
extends Object
implements ActivationListenerFactory


Field Summary
static QueryTerminalNodeActivationListenerFactory INSTANCE
           
 
Constructor Summary
QueryTerminalNodeActivationListenerFactory()
           
 
Method Summary
 TerminalNode createActivationListener(int id, LeftTupleSource source, Rule rule, GroupElement subrule, int subruleIndex, BuildContext context, Object... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final QueryTerminalNodeActivationListenerFactory INSTANCE
Constructor Detail

QueryTerminalNodeActivationListenerFactory

public QueryTerminalNodeActivationListenerFactory()
Method Detail

createActivationListener

public TerminalNode createActivationListener(int id,
                                             LeftTupleSource source,
                                             Rule rule,
                                             GroupElement subrule,
                                             int subruleIndex,
                                             BuildContext context,
                                             Object... args)
Specified by:
createActivationListener in interface ActivationListenerFactory


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