Class AccumulatePattern1<A,B>
- java.lang.Object
-
- org.drools.ruleunits.dsl.patterns.SinglePatternDef<A>
-
- org.drools.ruleunits.dsl.patterns.Pattern1DefImpl<B>
-
- org.drools.ruleunits.dsl.accumulate.AccumulatePattern1<A,B>
-
- All Implemented Interfaces:
InternalPatternDef,Pattern1Def<B>,PatternDef
public class AccumulatePattern1<A,B> extends Pattern1DefImpl<B>
-
-
Field Summary
-
Fields inherited from class org.drools.ruleunits.dsl.patterns.SinglePatternDef
constraints, rule, variable
-
-
Constructor Summary
Constructors Constructor Description AccumulatePattern1(RuleDefinition rule, InternalPatternDef pattern, Accumulator1<A,B> acc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.drools.model.view.ViewItemtoExecModelItem()-
Methods inherited from class org.drools.ruleunits.dsl.patterns.Pattern1DefImpl
accumulate, execute, execute, executeOnDataStore, executeOnDataStore, exists, filter, filter, filter, filter, filter, filter, filter, groupBy, join, not, on
-
Methods inherited from class org.drools.ruleunits.dsl.patterns.SinglePatternDef
execute, getConstraints, getVariable
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.drools.ruleunits.dsl.patterns.InternalPatternDef
subPatternFrom
-
Methods inherited from interface org.drools.ruleunits.dsl.patterns.Pattern1Def
execute
-
-
-
-
Constructor Detail
-
AccumulatePattern1
public AccumulatePattern1(RuleDefinition rule, InternalPatternDef pattern, Accumulator1<A,B> acc)
-
-
Method Detail
-
toExecModelItem
public org.drools.model.view.ViewItem toExecModelItem()
- Specified by:
toExecModelItemin interfaceInternalPatternDef- Overrides:
toExecModelItemin classSinglePatternDef<B>
-
-