Package | Description |
---|---|
org.drools.compiler.lang |
This contains the parser and utilities for the native DRL format, for handling DRL source.
|
org.drools.compiler.lang.api | |
org.drools.compiler.lang.api.impl |
Modifier and Type | Method and Description |
---|---|
AttributeDescr |
DRL5Parser.attribute(AttributeSupportBuilder<?> as)
attribute :=
salience
| enabled
| ( NO-LOOP
| AUTO-FOCUS
| LOCK-ON-ACTIVE
| REFRACT
) BOOLEAN?
|
AttributeDescr |
DRL6Parser.attribute(AttributeSupportBuilder<?> as)
attribute :=
salience
| enabled
| ( NO-LOOP
| AUTO-FOCUS
| LOCK-ON-ACTIVE
| REFRACT
| DIRECT
) BOOLEAN?
|
AttributeDescr |
DRL6StrictParser.attribute(AttributeSupportBuilder<?> as)
attribute :=
salience
| enabled
| ( NO-LOOP
| AUTO-FOCUS
| LOCK-ON-ACTIVE
| REFRACT
| DIRECT
) BOOLEAN?
|
Modifier and Type | Interface and Description |
---|---|
interface |
PackageDescrBuilder |
interface |
RuleDescrBuilder
A descriptor builder for rules
|
Modifier and Type | Class and Description |
---|---|
class |
PackageDescrBuilderImpl
A builder implementation for PackageDescrs using a fluent API.
|
class |
RuleDescrBuilderImpl
A descr builder for Rules
|
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.