| Package | Description |
|---|---|
| org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
SingleAccumulate.accumulate(Object workingMemoryContext,
Tuple match,
InternalFactHandle childHandle,
AccumulateNode.GroupByContext groupByContext,
TupleList<AccumulateNode.AccumulateContextEntry> tupleList,
WorkingMemory wm) |
Object |
MultiAccumulate.accumulate(Object workingMemoryContext,
Tuple match,
InternalFactHandle childHandle,
AccumulateNode.GroupByContext groupByContext,
TupleList<AccumulateNode.AccumulateContextEntry> tupleList,
WorkingMemory wm) |
abstract Object |
Accumulate.accumulate(Object workingMemoryContext,
Tuple match,
InternalFactHandle childHandle,
AccumulateNode.GroupByContext groupByContext,
TupleList<AccumulateNode.AccumulateContextEntry> tupleList,
WorkingMemory wm) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.