public class RuleBaseFactory extends Object
Modifier and Type | Method and Description |
---|---|
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) |
public static RuleBaseFactory getInstance()
public static RuleBase newRuleBase()
public static RuleBase newRuleBase(RuleBaseConfiguration config)
public static RuleBase newRuleBase(String rulebaseId, RuleBaseConfiguration config)
public static RuleBase newRuleBase(int type)
public static RuleBase newRuleBase(int type, RuleBaseConfiguration config)
public static RuleBase newRuleBase(String rulebaseId, int type, RuleBaseConfiguration config)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.