org.drools.rule
Class ConditionalElement

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

public abstract class ConditionalElement
extends java.lang.Object
implements RuleConditionElement

See Also:
Serialized Form

Constructor Summary
ConditionalElement()
           
 
Method Summary
abstract  java.lang.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, getNestedElements, getOuterDeclarations, resolveDeclaration
 

Constructor Detail

ConditionalElement

public ConditionalElement()
Method Detail

clone

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

Specified by:
clone in interface RuleConditionElement
Overrides:
clone in class java.lang.Object
Returns: