Package | Description |
---|---|
org.drools.core.base.accumulators | |
org.drools.core.base.mvel | |
org.drools.core.rule.builder.dialect.asm | |
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
|
class |
MVELConsequence |
class |
MVELEvalExpression |
class |
MVELReturnValueExpression |
Modifier and Type | Interface and Description |
---|---|
interface |
ConsequenceStub |
interface |
EvalStub |
interface |
PredicateStub |
interface |
ReturnValueStub |
Modifier and Type | Interface and Description |
---|---|
interface |
Accumulator
Accumulator
Created: 04/06/2006
|
interface |
CompiledInvoker
This interface is used by semantic modules that are compiled
to bytecode.
|
interface |
Consequence
Consequence to be fired upon successful match of a
Rule . |
interface |
EvalExpression |
interface |
MvelAccumulator |
interface |
PredicateExpression |
interface |
ReturnValueExpression |
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.
|
static class |
Consequence.SafeConsequence |
static class |
EvalExpression.SafeEvalExpression |
static class |
PredicateExpression.SafePredicateExpression |
static class |
ReturnValueExpression.SafeReturnValueExpression |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.