org.drools.rule
Class GroupElementFactory

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

public class GroupElementFactory
extends java.lang.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()