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 |
---|
AccumulateNode.MultiAccumulateMemory(BetaMemory betaMemory,
Accumulator[] accumulators) |
AccumulateNode.SingleAccumulateMemory(BetaMemory betaMemory,
Accumulator accumulator) |
Modifier and Type | Method and Description |
---|---|
Accumulator[] |
MultiAccumulate.getAccumulators() |
abstract Accumulator[] |
Accumulate.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.
|
Constructor and Description |
---|
Accumulator.SafeAccumulator(Accumulator delegate) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.