org.drools.rule
Class GroupElementFactory

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

public class GroupElementFactory
extends Object

A simple factory for GroupElements


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-2013 JBoss Inc.. All Rights Reserved.