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

ForallDescr (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.lang.descr
Class ForallDescr

java.lang.Object
  extended by org.drools.lang.descr.BaseDescr
      extended by org.drools.lang.descr.ForallDescr
All Implemented Interfaces:
Serializable, ConditionalElementDescr

public class ForallDescr
extends BaseDescr
implements ConditionalElementDescr

Author:
etirelli
See Also:
Serialized Form

Constructor Summary
ForallDescr()
           
 
Method Summary
 void addDescr(BaseDescr baseDescr)
           
 PatternDescr getBasePattern()
          Returns the base pattern from the forall CE
 List getDescrs()
           
 List getRemainingPatterns()
          Returns the remaining patterns from the forall CE
 
Methods inherited from class org.drools.lang.descr.BaseDescr
getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getStartCharacter, setEndCharacter, setEndLocation, setLocation, setStartCharacter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForallDescr

public ForallDescr()
Method Detail

addDescr

public void addDescr(BaseDescr baseDescr)
Specified by:
addDescr in interface ConditionalElementDescr

getDescrs

public List getDescrs()
Specified by:
getDescrs in interface ConditionalElementDescr

getBasePattern

public PatternDescr getBasePattern()
Returns the base pattern from the forall CE

Returns:

getRemainingPatterns

public List getRemainingPatterns()
Returns the remaining patterns from the forall CE

Returns:


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