Package | Description |
---|---|
org.drools.core.base.accumulators | |
org.drools.core.base.mvel | |
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
|
Modifier and Type | Method and Description |
---|---|
Accumulator[] |
Accumulate.getAccumulators() |
Modifier and Type | Method and Description |
---|---|
void |
Accumulate.setAccumulators(Accumulator[] accumulators) |
Constructor and Description |
---|
Accumulate(RuleConditionElement source,
Declaration[] requiredDeclarations,
Accumulator[] accumulators,
boolean multiFunction) |
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-2014 JBoss by Red Hat. All Rights Reserved.