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

GroupElement.Type (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.rule
Interface GroupElement.Type

All Superinterfaces:
Serializable
Enclosing class:
GroupElement

public static interface GroupElement.Type
extends Serializable

A public interface for CE types


Method Summary
 Map getInnerDeclarations(List children)
          Returns a map of declarations that are visible inside of an element of this type
 Map getOuterDeclarations(List children)
          Returns a map of declarations that are visible outside of an element of this type
 boolean isAnd()
          Returns true if this CE type is an AND
 boolean isExists()
          Returns true if this CE type is an EXISTS
 boolean isNot()
          Returns true if this CE type is an NOT
 boolean isOr()
          Returns true if this CE type is an OR
 

Method Detail

isAnd

boolean isAnd()
Returns true if this CE type is an AND


isOr

boolean isOr()
Returns true if this CE type is an OR


isNot

boolean isNot()
Returns true if this CE type is an NOT


isExists

boolean isExists()
Returns true if this CE type is an EXISTS


getInnerDeclarations

Map getInnerDeclarations(List children)
Returns a map of declarations that are visible inside of an element of this type


getOuterDeclarations

Map getOuterDeclarations(List children)
Returns a map of declarations that are visible outside of an element of this type



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