org.drools.semantics.python
Class PythonFunctionsFactory

java.lang.Object
  extended by org.drools.semantics.python.PythonFunctionsFactory
All Implemented Interfaces:
FunctionsFactory

public class PythonFunctionsFactory
extends Object
implements FunctionsFactory


Constructor Summary
PythonFunctionsFactory()
           
 
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

PythonFunctionsFactory

public PythonFunctionsFactory()
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


Copyright © 2001-2005 The Codehaus. All Rights Reserved.