Package org.drools.model
Interface AccumulatePattern<T>
- All Known Subinterfaces:
GroupByPattern<T,K>
- All Known Implementing Classes:
AccumulatePatternImpl,GroupByPatternImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.drools.model.Condition
Condition.Type -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanMethods inherited from interface org.drools.model.Condition
cloneCondition, getBoundVariables, getSubConditions, getTypeMethods inherited from interface org.drools.model.Pattern
getBindings, getConstraint, getInputVariables, getPatternClassMetadata, getPatternVariable, getWatchedProps, isPassive
-
Method Details
-
getAccumulateFunctions
AccumulateFunction[] getAccumulateFunctions() -
isCompositePatterns
boolean isCompositePatterns() -
isQuerySource
boolean isQuerySource() -
getPattern
Pattern getPattern() -
getCondition
Condition getCondition()
-