Uses of Class
org.drools.lang.descr.ConnectiveDescr.RestrictionConnectiveType

Packages that use ConnectiveDescr.RestrictionConnectiveType
org.drools.lang.descr   
 

Uses of ConnectiveDescr.RestrictionConnectiveType in org.drools.lang.descr
 

Fields in org.drools.lang.descr declared as ConnectiveDescr.RestrictionConnectiveType
static ConnectiveDescr.RestrictionConnectiveType ConnectiveDescr.AND
           
static ConnectiveDescr.RestrictionConnectiveType ConnectiveDescr.OR
           
 

Methods in org.drools.lang.descr that return ConnectiveDescr.RestrictionConnectiveType
 ConnectiveDescr.RestrictionConnectiveType ConnectiveDescr.getConnective()
           
static ConnectiveDescr.RestrictionConnectiveType ConnectiveDescr.RestrictionConnectiveType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConnectiveDescr.RestrictionConnectiveType[] ConnectiveDescr.RestrictionConnectiveType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.drools.lang.descr with parameters of type ConnectiveDescr.RestrictionConnectiveType
ConnectiveDescr(ConnectiveDescr.RestrictionConnectiveType connective)
           
 



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