Package | Description |
---|---|
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.constraint |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCompositeConstraint
A superclass for all composite constraints, like "OR" and "AND"
|
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).
|
Modifier and Type | Method and Description |
---|---|
abstract MutableTypeConstraint |
MutableTypeConstraint.clone() |
MutableTypeConstraint |
MutableTypeConstraint.cloneIfInUse() |
Modifier and Type | Class and Description |
---|---|
class |
EvaluatorConstraint |
class |
MvelConstraint |
class |
XpathConstraint |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.