Package | Description |
---|---|
org.drools.core.reteoo.builder | |
org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
Modifier and Type | Field and Description |
---|---|
protected Map<GroupElement.Type,ReteooComponentBuilder> |
GroupElementBuilder.geBuilders |
Modifier and Type | Field and Description |
---|---|
static GroupElement.Type |
GroupElement.AND |
static GroupElement.Type |
GroupElement.EXISTS |
static GroupElement.Type |
GroupElement.NOT |
static GroupElement.Type |
GroupElement.OR |
Modifier and Type | Method and Description |
---|---|
GroupElement.Type |
GroupElement.getType() |
static GroupElement.Type |
GroupElement.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupElement.Type[] |
GroupElement.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
GroupElement.containesNode(GroupElement.Type node) |
void |
GroupElement.setType(GroupElement.Type type) |
Constructor and Description |
---|
GroupElement(GroupElement.Type type) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.