Package | Description |
---|---|
org.drools.core.base.accumulators | |
org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaAccumulatorFunctionExecutor
A Java accumulator function executor implementation
|
Modifier and Type | Class and Description |
---|---|
class |
Accumulate.Wirer |
class |
EvalCondition |
class |
From |
class |
PredicateConstraint
A predicate can be written as a top level constraint or be nested
inside inside a field constraint (and as so, must implement the
Restriction interface).
|
class |
Query |
class |
ReturnValueRestriction |
class |
Rule
A
Rule contains a set of Test s and a
Consequence . |
Modifier and Type | Method and Description |
---|---|
Map<Wireable,MVELCompileable> |
MVELDialectRuntimeData.getLookup() |
Modifier and Type | Method and Description |
---|---|
void |
MVELDialectRuntimeData.addCompileable(Wireable wireable,
MVELCompileable compilable) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.