|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeDescr | |
|---|---|
| org.drools.compiler.xml | This contains the parser and utilities for handling rules in XML format. |
| org.drools.lang | This contains the parser and utilities for the native DRL format, for handling DRL source. |
| org.drools.lang.descr | |
| Uses of AttributeDescr in org.drools.compiler.xml |
|---|
| Methods in org.drools.compiler.xml with parameters of type AttributeDescr | |
|---|---|
void |
XmlDumper.visitAttributeDescr(AttributeDescr attributeDescr)
|
| Uses of AttributeDescr in org.drools.lang |
|---|
| Methods in org.drools.lang that return AttributeDescr | |
|---|---|
AttributeDescr |
DRLParser.attribute(AttributeSupportBuilder<?> as)
attribute := salience | enabled | ( NO-LOOP | AUTO-FOCUS | LOCK-ON-ACTIVE | REFRACT ) BOOLEAN? |
| Uses of AttributeDescr in org.drools.lang.descr |
|---|
| Methods in org.drools.lang.descr that return AttributeDescr | |
|---|---|
AttributeDescr |
PackageDescr.getAttribute(String name)
|
| Methods in org.drools.lang.descr that return types with arguments of type AttributeDescr | |
|---|---|
List<AttributeDescr> |
PackageDescr.getAttributes()
|
Map<String,AttributeDescr> |
RuleDescr.getAttributes()
|
| Methods in org.drools.lang.descr with parameters of type AttributeDescr | |
|---|---|
void |
PackageDescr.addAttribute(AttributeDescr attribute)
|
void |
RuleDescr.addAttribute(AttributeDescr attribute)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||