Package | Description |
---|---|
org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
Modifier and Type | Method and Description |
---|---|
NamedConsequence |
NamedConsequence.clone()
There is not reason to clone this object since it is stateless.
|
NamedConsequence |
ConditionalBranch.getNamedConsequence() |
Constructor and Description |
---|
ConditionalBranch(EvalCondition condition,
NamedConsequence consequence,
ConditionalBranch elseBranch) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.