Package org.drools.core.rule
Interface PatternSource
-
- All Superinterfaces:
Cloneable,Externalizable,RuleComponent,RuleConditionElement,Serializable
- All Known Implementing Classes:
Accumulate,AsyncReceive,AsyncSend,Collect,EntryPointId,From,MultiAccumulate,SingleAccumulate,WindowReference
public interface PatternSource extends RuleConditionElement
A markup interface for pattern source elements
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanrequiresLeftActivation()-
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
-
Methods inherited from interface org.drools.core.rule.RuleConditionElement
clone, getInnerDeclarations, getNestedElements, getOuterDeclarations, isPatternScopeDelimiter, resolveDeclaration
-
-