Package org.drools.model
Interface GroupByPattern<T,K>
-
- All Superinterfaces:
AccumulatePattern<T>,Condition,Pattern<T>
- All Known Implementing Classes:
GroupByPatternImpl
public interface GroupByPattern<T,K> extends AccumulatePattern<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 FunctionNgetGroupingFunction()Variable<K>getVarKey()Variable[]getVars()-
Methods inherited from interface org.drools.model.AccumulatePattern
getAccumulateFunctions, getCondition, getPattern, isCompositePatterns, isQuerySource
-
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
-
-