org.drools.semantics.groovy
Class GroovyBlockConsequenceFactory

java.lang.Object
  extended by org.drools.semantics.groovy.GroovyBlockConsequenceFactory
All Implemented Interfaces:
ConsequenceFactory

public class GroovyBlockConsequenceFactory
extends java.lang.Object
implements ConsequenceFactory


Constructor Summary
GroovyBlockConsequenceFactory()
           
 
Method Summary
 Consequence newConsequence(Rule rule, RuleBaseContext context, Configuration config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroovyBlockConsequenceFactory

public GroovyBlockConsequenceFactory()
Method Detail

newConsequence

public Consequence newConsequence(Rule rule,
                                  RuleBaseContext context,
                                  Configuration config)
                           throws FactoryException
Specified by:
newConsequence in interface ConsequenceFactory
Throws:
FactoryException