org.drools.semantics.java
Class JavaFunctionsFactory

java.lang.Object
  extended byorg.drools.semantics.java.JavaFunctionsFactory
All Implemented Interfaces:
FunctionsFactory

public class JavaFunctionsFactory
extends java.lang.Object
implements FunctionsFactory

 

Constructor Summary
JavaFunctionsFactory()
           
 
Method Summary
static FunctionsFactory getInstance()
           
 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

JavaFunctionsFactory

public JavaFunctionsFactory()
Method Detail

getInstance

public static FunctionsFactory getInstance()

newFunctions

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