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 |
---|---|
ConditionalBranch |
ConditionalBranch.clone()
There is not reason to clone this object since it is stateless.
|
ConditionalBranch |
ConditionalBranch.getElseBranch() |
Constructor and Description |
---|
ConditionalBranch(EvalCondition condition,
NamedConsequence consequence,
ConditionalBranch elseBranch) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.