org.drools.rule
Class ConditionalElement

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

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, getNestedElements, getOuterDeclarations, isPatternScopeDelimiter, resolveDeclaration
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

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-2012 JBoss by Red Hat. All Rights Reserved.