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

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


org.drools.rule
Class ConditionalElement

java.lang.Object
  extended by org.drools.rule.ConditionalElement
All Implemented Interfaces:
Serializable, Cloneable, RuleConditionElement, RuleComponent
Direct Known Subclasses:
Accumulate, Collect, EvalCondition, Forall, From, GroupElement

public abstract class ConditionalElement
extends Object
implements RuleConditionElement

See Also:
Serialized Form

Constructor Summary
ConditionalElement()
           
 
Method Summary
abstract  Object clone()
          Returns a clone from itself
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.rule.RuleConditionElement
getInnerDeclarations, getOuterDeclarations, resolveDeclaration
 

Constructor Detail

ConditionalElement

public ConditionalElement()
Method Detail

clone

public abstract Object clone()
Description copied from interface: RuleConditionElement
Returns a clone from itself

Specified by:
clone in interface RuleConditionElement
Overrides:
clone in class Object
Returns:


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