Drools :: Core 6.1.0.Beta1

org.drools.core.rule
Class ConditionalElement

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

public abstract class ConditionalElement
extends Object
implements RuleConditionElement

See Also:
Serialized Form

Constructor Summary
ConditionalElement()
           
 
Method Summary
abstract  ConditionalElement 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.core.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 ConditionalElement clone()
Description copied from interface: RuleConditionElement
Returns a clone from itself

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

Drools :: Core 6.1.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.