|
||||||||||
| 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()
attribute := salience | enabled | noLoop | autoFocus | lockOnActive | agendaGroup | activationGroup | ruleflowGroup | dateEffective | dateExpires | dialect | calendars | timer |
| 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 | |
|---|---|
Map<String,AttributeDescr> |
RuleDescr.getAttributes()
|
List<AttributeDescr> |
PackageDescr.getAttributes()
|
| Methods in org.drools.lang.descr with parameters of type AttributeDescr | |
|---|---|
void |
RuleDescr.addAttribute(AttributeDescr attribute)
|
void |
PackageDescr.addAttribute(AttributeDescr attribute)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||