站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

RuleBaseFactory (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools
Class RuleBaseFactory

java.lang.Object
  extended by org.drools.RuleBaseFactory

public class RuleBaseFactory
extends Object

This is a utility to create rule bases based on the type of engine you wish to use.

Author:
Michael Neale

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

getInstance

public static RuleBaseFactory getInstance()

newRuleBase

public static RuleBase newRuleBase()
Create a new default rule base (RETEOO type engine)


newRuleBase

public static RuleBase newRuleBase(int type)

newRuleBase

public static RuleBase newRuleBase(int type,
                                   RuleBaseConfiguration config)
Create a new RuleBase of the appropriate type



Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.