Package | Description |
---|---|
org.drools.core.base | |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
EnabledBoolean |
Modifier and Type | Field and Description |
---|---|
static Enabled |
EnabledBoolean.ENABLED_FALSE |
static Enabled |
EnabledBoolean.ENABLED_TRUE |
Modifier and Type | Class and Description |
---|---|
class |
MVELEnabledExpression |
Modifier and Type | Method and Description |
---|---|
Enabled |
Rule.getEnabled() |
Modifier and Type | Method and Description |
---|---|
void |
Rule.setEnabled(Enabled b)
A rule is enabled by default.
|
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.