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

Uses of Interface org.drools.rule.GroupElement.Type (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Interface
org.drools.rule.GroupElement.Type

Packages that use GroupElement.Type
org.drools.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. 
 

Uses of GroupElement.Type in org.drools.rule
 

Fields in org.drools.rule declared as GroupElement.Type
static GroupElement.Type GroupElement.AND
           
static GroupElement.Type GroupElement.EXISTS
           
static GroupElement.Type GroupElement.NOT
           
static GroupElement.Type GroupElement.OR
           
 

Methods in org.drools.rule that return GroupElement.Type
 GroupElement.Type GroupElement.getType()
           
 

Methods in org.drools.rule with parameters of type GroupElement.Type
 void GroupElement.setType(GroupElement.Type type)
           
 

Constructors in org.drools.rule with parameters of type GroupElement.Type
GroupElement(GroupElement.Type type)
           
 



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