Class GroupByPattern1<A,K,V>
java.lang.Object
org.drools.ruleunits.dsl.patterns.SinglePatternDef<B>
org.drools.ruleunits.dsl.patterns.Pattern2DefImpl<K,V>
org.drools.ruleunits.dsl.accumulate.GroupByPattern1<A,K,V>
- All Implemented Interfaces:
InternalPatternDef,Pattern2Def<K,,V> PatternDef
-
Field Summary
Fields inherited from class org.drools.ruleunits.dsl.patterns.Pattern2DefImpl
patternA, patternBFields inherited from class org.drools.ruleunits.dsl.patterns.SinglePatternDef
constraints, rule, variable -
Constructor Summary
ConstructorsConstructorDescriptionGroupByPattern1(RuleDefinition rule, InternalPatternDef pattern, Function1<A, K> groupingFunction, Accumulator1<A, V> acc) -
Method Summary
Methods inherited from class org.drools.ruleunits.dsl.patterns.Pattern2DefImpl
execute, execute, executeOnDataStore, executeOnDataStore, exists, filter, filter, filter, filter, getPatternA, getPatternB, join, not, on, subPatternFromMethods inherited from class org.drools.ruleunits.dsl.patterns.SinglePatternDef
execute, getConstraints, getVariable
-
Constructor Details
-
GroupByPattern1
public GroupByPattern1(RuleDefinition rule, InternalPatternDef pattern, Function1<A, K> groupingFunction, Accumulator1<A, V> acc)
-
-
Method Details
-
toExecModelItem
- Specified by:
toExecModelItemin interfaceInternalPatternDef- Overrides:
toExecModelItemin classSinglePatternDef<V>
-