Package org.drools.model
Interface AccumulatePattern<T>
-
- All Known Subinterfaces:
GroupByPattern<T,K>
- All Known Implementing Classes:
AccumulatePatternImpl,GroupByPatternImpl
public interface AccumulatePattern<T> extends Pattern<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.model.Condition
Condition.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccumulateFunction[]getAccumulateFunctions()ConditiongetCondition()PatterngetPattern()booleanisCompositePatterns()booleanisQuerySource()-
Methods inherited from interface org.drools.model.Condition
cloneCondition, getBoundVariables, getSubConditions, getType
-
Methods inherited from interface org.drools.model.Pattern
getBindings, getConstraint, getInputVariables, getPatternClassMetadata, getPatternVariable, getWatchedProps, isPassive
-
-
-
-
Method Detail
-
getAccumulateFunctions
AccumulateFunction[] getAccumulateFunctions()
-
isCompositePatterns
boolean isCompositePatterns()
-
isQuerySource
boolean isQuerySource()
-
getPattern
Pattern getPattern()
-
getCondition
Condition getCondition()
-
-