| Package | Description |
|---|---|
| org.drools.core.base.accumulators | |
| org.drools.core.base.mvel | |
| org.drools.core.reteoo | |
| org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
| org.drools.core.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectAccumulator
An accumulator to execute "collect" CEs
|
class |
JavaAccumulatorFunctionExecutor
A Java accumulator function executor implementation
|
class |
MVELAccumulatorFunctionExecutor
An MVEL accumulator function executor implementation
|
| Modifier and Type | Class and Description |
|---|---|
class |
MVELAccumulator
An MVEL accumulator implementation
|
| Constructor and Description |
|---|
MultiAccumulateMemory(BetaMemory betaMemory,
Accumulator[] accumulators) |
SingleAccumulateMemory(BetaMemory betaMemory,
Accumulator accumulator) |
| Modifier and Type | Method and Description |
|---|---|
abstract Accumulator[] |
Accumulate.getAccumulators() |
Accumulator[] |
MultiAccumulate.getAccumulators() |
Accumulator[] |
SingleAccumulate.getAccumulators() |
| Constructor and Description |
|---|
MultiAccumulate(RuleConditionElement source,
Declaration[] requiredDeclarations,
Accumulator[] accumulators) |
SingleAccumulate(RuleConditionElement source,
Declaration[] requiredDeclarations,
Accumulator accumulator) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MvelAccumulator |
| Modifier and Type | Class and Description |
|---|---|
static class |
Accumulator.SafeAccumulator
This class is used as a wrapper delegate when a security
policy is in place.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Accumulator.isCompiledInvoker(Accumulator accumulator) |
| Constructor and Description |
|---|
SafeAccumulator(Accumulator delegate) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.