Uses of Class
org.drools.compiler.lang.descr.RuleDescr
-
Packages that use RuleDescr Package Description org.drools.compiler.compiler This is the main package to load rules.org.drools.compiler.lang org.drools.compiler.lang.descr org.drools.compiler.rule.builder -
-
Uses of RuleDescr in org.drools.compiler.compiler
Methods in org.drools.compiler.compiler with parameters of type RuleDescr Modifier and Type Method Description voidDialect.DummyDialect. init(RuleDescr ruleDescr)voidDialect. init(RuleDescr ruleDescr)Constructors in org.drools.compiler.compiler with parameters of type RuleDescr Constructor Description 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 Modifier and Type Method Description RuleDescrDRL5Parser. query(PackageDescrBuilder pkg)query := QUERY stringId parameters?RuleDescrDRL6Parser. query(PackageDescrBuilder pkg)query := QUERY stringId parameters?RuleDescrDRL6StrictParser. query(PackageDescrBuilder pkg)query := annotation* QUERY stringId parameters?RuleDescrDRL5Parser. rule(PackageDescrBuilder pkg)rule := RULE stringId (EXTENDS stringId)?RuleDescrDRL6Parser. rule(PackageDescrBuilder pkg)rule := RULE stringId (EXTENDS stringId)?RuleDescrDRL6StrictParser. rule(PackageDescrBuilder pkg)rule := annotation* RULE stringId (EXTENDS stringId)? -
Uses of RuleDescr in org.drools.compiler.lang.descr
Subclasses of RuleDescr in org.drools.compiler.lang.descr Modifier and Type Class Description classQueryDescrMethods in org.drools.compiler.lang.descr that return types with arguments of type RuleDescr Modifier and Type Method Description List<RuleDescr>PackageDescr. getRules()Methods in org.drools.compiler.lang.descr with parameters of type RuleDescr Modifier and Type Method Description voidPackageDescr. addRule(RuleDescr rule)voidPackageDescr. afterRuleAdded(RuleDescr rule) -
Uses of RuleDescr in org.drools.compiler.rule.builder
Methods in org.drools.compiler.rule.builder that return RuleDescr Modifier and Type Method Description RuleDescrRuleBuildContext. getRuleDescr()Returns the current RuleDescriptorConstructors in org.drools.compiler.rule.builder with parameters of type RuleDescr Constructor Description RuleBuildContext(DroolsAssemblerContext kBuilder, RuleDescr ruleDescr, DialectCompiletimeRegistry dialectCompiletimeRegistry, org.drools.core.definitions.InternalKnowledgePackage pkg, Dialect defaultDialect)Default constructor
-