|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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 |
static RuleBase |
newRuleBase(RuleBaseConfiguration config)
|
static RuleBase |
newRuleBase(String rulebaseId)
|
static RuleBase |
newRuleBase(String rulebaseId,
int type)
|
static RuleBase |
newRuleBase(String rulebaseId,
int type,
RuleBaseConfiguration config)
Create a new RuleBase of the appropriate type |
static RuleBase |
newRuleBase(String rulebaseId,
RuleBaseConfiguration config)
|
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(String rulebaseId)
public static RuleBase newRuleBase(RuleBaseConfiguration config)
public static RuleBase newRuleBase(String rulebaseId, RuleBaseConfiguration config)
public static RuleBase newRuleBase(String rulebaseId, int type)
public static RuleBase newRuleBase(int type)
public static RuleBase newRuleBase(int type, RuleBaseConfiguration config)
public static RuleBase newRuleBase(String rulebaseId, int type, RuleBaseConfiguration config)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |