|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.drools.RuleBaseFactory
public class RuleBaseFactory
This is a utility to create rule bases based on the type of engine you wish to use.
Method Summary | |
---|---|
static RuleBaseFactory |
getInstance()
|
static RuleBase |
newRuleBase()
Create a new default rule base (RETEOO type engine) |
static RuleBase |
newRuleBase(int type)
|
static RuleBase |
newRuleBase(int type,
RuleBaseConfiguration config)
Create a new RuleBase of the appropriate type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static RuleBaseFactory getInstance()
public static RuleBase newRuleBase()
public static RuleBase newRuleBase(int type)
public static RuleBase newRuleBase(int type, RuleBaseConfiguration config)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |