Package org.drools.base.rule
Interface PatternSource
-
- All Superinterfaces:
java.lang.Cloneable,java.io.Externalizable,RuleComponent,RuleConditionElement,java.io.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 org.drools.base.rule.RuleConditionElement
clone, getInnerDeclarations, getNestedElements, getOuterDeclarations, isPatternScopeDelimiter, resolveDeclaration
-
-