|
Drools :: Compiler 6.0.0.CR5 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RuleDescr | |
|---|---|
| org.drools.compiler.compiler | This is the main package to load rules. |
| org.drools.compiler.lang | This contains the parser and utilities for the native DRL format, for handling DRL source. |
| org.drools.compiler.lang.descr | |
| org.drools.compiler.rule.builder | |
| org.drools.compiler.rule.builder.dialect.java | |
| org.drools.compiler.rule.builder.dialect.mvel | |
| Uses of RuleDescr in org.drools.compiler.compiler |
|---|
| Methods in org.drools.compiler.compiler with parameters of type RuleDescr | |
|---|---|
void |
Dialect.init(RuleDescr ruleDescr)
|
| Constructors in org.drools.compiler.compiler with parameters of type RuleDescr | |
|---|---|
DuplicateRule(RuleDescr ruleDescr,
PackageDescr pkg,
org.kie.internal.builder.KnowledgeBuilderConfiguration config)
|
|
| Uses of RuleDescr in org.drools.compiler.lang |
|---|
| Methods in org.drools.compiler.lang that return RuleDescr | |
|---|---|
RuleDescr |
DRL5Parser.query(PackageDescrBuilder pkg)
query := QUERY stringId parameters? |
RuleDescr |
DRL6Parser.query(PackageDescrBuilder pkg)
query := QUERY stringId parameters? |
RuleDescr |
DRL5Parser.rule(PackageDescrBuilder pkg)
rule := RULE stringId (EXTENDS stringId)? |
RuleDescr |
DRL6Parser.rule(PackageDescrBuilder pkg)
rule := RULE stringId (EXTENDS stringId)? |
| Uses of RuleDescr in org.drools.compiler.lang.descr |
|---|
| Subclasses of RuleDescr in org.drools.compiler.lang.descr | |
|---|---|
class |
QueryDescr
|
| Methods in org.drools.compiler.lang.descr that return types with arguments of type RuleDescr | |
|---|---|
List<RuleDescr> |
PackageDescr.getRules()
|
| Methods in org.drools.compiler.lang.descr with parameters of type RuleDescr | |
|---|---|
void |
PackageDescr.addRule(RuleDescr rule)
|
| Uses of RuleDescr in org.drools.compiler.rule.builder |
|---|
| Methods in org.drools.compiler.rule.builder that return RuleDescr | |
|---|---|
RuleDescr |
RuleBuildContext.getRuleDescr()
Returns the current RuleDescriptor |
| Constructors in org.drools.compiler.rule.builder with parameters of type RuleDescr | |
|---|---|
RuleBuildContext(PackageBuilder pkgBuilder,
RuleDescr ruleDescr,
DialectCompiletimeRegistry dialectCompiletimeRegistry,
org.drools.core.rule.Package pkg,
Dialect defaultDialect)
Default constructor |
|
| Uses of RuleDescr in org.drools.compiler.rule.builder.dialect.java |
|---|
| Methods in org.drools.compiler.rule.builder.dialect.java with parameters of type RuleDescr | |
|---|---|
void |
JavaDialect.init(RuleDescr ruleDescr)
|
| Uses of RuleDescr in org.drools.compiler.rule.builder.dialect.mvel |
|---|
| Methods in org.drools.compiler.rule.builder.dialect.mvel with parameters of type RuleDescr | |
|---|---|
void |
MVELDialect.init(RuleDescr ruleDescr)
|
|
Drools :: Compiler 6.0.0.CR5 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||