Package | Description |
---|---|
org.drools.compiler.compiler.xml |
This contains the parser and utilities for handling rules in XML format.
|
org.drools.compiler.lang | |
org.drools.compiler.lang.descr |
Modifier and Type | Method and Description |
---|---|
void |
XmlDumper.visitAttributeDescr(AttributeDescr attributeDescr) |
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 | Method and Description |
---|---|
AttributeDescr |
PackageDescr.getAttribute(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,AttributeDescr> |
RuleDescr.getAttributes() |
List<AttributeDescr> |
PackageDescr.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
RuleDescr.addAttribute(AttributeDescr attribute) |
void |
PackageDescr.addAttribute(AttributeDescr attribute) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.