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.spi |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCompositeRestriction |
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 |
ReturnValueRestriction |
Modifier and Type | Field and Description |
---|---|
protected Restriction[] |
AbstractCompositeRestriction.restrictions |
Constructor and Description |
---|
AbstractCompositeRestriction.CompositeContextEntry(Restriction[] restrictions) |
AbstractCompositeRestriction(Restriction[] restriction) |
Modifier and Type | Method and Description |
---|---|
Restriction |
Restriction.clone() |
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.