Package | Description |
---|---|
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.rule.builder.dialect.asm |
Modifier and Type | Class and Description |
---|---|
class |
MVELPredicateExpression |
Modifier and Type | Class and Description |
---|---|
static class |
PredicateConstraint.SafePredicateExpression |
Modifier and Type | Method and Description |
---|---|
PredicateExpression |
PredicateConstraint.getPredicateExpression() |
Modifier and Type | Method and Description |
---|---|
void |
PredicateConstraint.setPredicateExpression(PredicateExpression expression) |
Constructor and Description |
---|
PredicateConstraint.SafePredicateExpression(PredicateExpression delegate) |
PredicateConstraint(PredicateExpression evaluator) |
PredicateConstraint(PredicateExpression expression,
Declaration[] previousDeclarations,
Declaration[] localDeclarations,
String[] requiredGlobals,
String[] requiredOperators) |
Modifier and Type | Interface and Description |
---|---|
interface |
PredicateStub |
Modifier and Type | Method and Description |
---|---|
void |
PredicateStub.setPredicate(PredicateExpression predicate) |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.