org.drools.semantics.groovy
Class GroovyFunctionsFactory

java.lang.Object
  extended by org.drools.semantics.groovy.GroovyFunctionsFactory
All Implemented Interfaces:
FunctionsFactory

public class GroovyFunctionsFactory
extends java.lang.Object
implements FunctionsFactory


Constructor Summary
GroovyFunctionsFactory()
           
 
Method Summary
 Functions newFunctions(RuleSet ruleSet, RuleBaseContext context, Configuration config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroovyFunctionsFactory

public GroovyFunctionsFactory()
Method Detail

newFunctions

public Functions newFunctions(RuleSet ruleSet,
                              RuleBaseContext context,
                              Configuration config)
                       throws FactoryException
Specified by:
newFunctions in interface FunctionsFactory
Throws:
FactoryException