Package org.drools.base.rule
Class ConditionalElement
java.lang.Object
org.drools.base.rule.ConditionalElement
- All Implemented Interfaces:
Externalizable,Serializable,Cloneable,RuleComponent,RuleConditionElement
- Direct Known Subclasses:
Accumulate,AsyncReceive,AsyncSend,Collect,ConditionalBranch,EntryPointId,EvalCondition,Forall,From,GroupElement,NamedConsequence,QueryElement,WindowReference
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ConditionalElementclone()Returns a clone from itselfMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.io.Externalizable
readExternal, writeExternalMethods inherited from interface org.drools.base.rule.RuleConditionElement
getInnerDeclarations, getNestedElements, getOuterDeclarations, isPatternScopeDelimiter, resolveDeclaration
-
Constructor Details
-
ConditionalElement
public ConditionalElement()
-
-
Method Details
-
clone
Description copied from interface:RuleConditionElementReturns a clone from itself- Specified by:
clonein interfaceRuleConditionElement- Overrides:
clonein classObject- Returns:
-