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

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


org.drools.rule
Class GroupElementFactory

java.lang.Object
  extended by org.drools.rule.GroupElementFactory

public class GroupElementFactory
extends Object

A simple factory for GroupElements

Author:
etirelli

Method Summary
static GroupElement newAndInstance()
           
static GroupElement newExistsInstance()
           
static GroupElement newNotInstance()
           
static GroupElement newOrInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newAndInstance

public static GroupElement newAndInstance()

newOrInstance

public static GroupElement newOrInstance()

newNotInstance

public static GroupElement newNotInstance()

newExistsInstance

public static GroupElement newExistsInstance()


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