Uses of Interface
org.drools.compiler.lang.api.RuleDescrBuilder
-
Packages that use RuleDescrBuilder Package Description org.drools.compiler.lang org.drools.compiler.lang.api org.drools.compiler.lang.api.impl -
-
Uses of RuleDescrBuilder in org.drools.compiler.lang
Methods in org.drools.compiler.lang with parameters of type RuleDescrBuilder Modifier and Type Method Description voidDRL5Parser. defaultConsequence(RuleDescrBuilder rule)defaultConsequence := THEN chunkvoidDRL6Parser. defaultConsequence(RuleDescrBuilder rule)defaultConsequence := THEN chunkvoidDRL6StrictParser. defaultConsequence(RuleDescrBuilder rule)defaultConsequence := THEN chunkvoidDRL5Parser. namedConsequence(RuleDescrBuilder rule)namedConsequence := THEN LEFT_SQUARE ID RIGHT_SQUARE chunkvoidDRL6Parser. namedConsequence(RuleDescrBuilder rule)namedConsequence := THEN LEFT_SQUARE ID RIGHT_SQUARE chunkvoidDRL6StrictParser. namedConsequence(RuleDescrBuilder rule)namedConsequence := THEN LEFT_SQUARE ID RIGHT_SQUARE chunk -
Uses of RuleDescrBuilder in org.drools.compiler.lang.api
Methods in org.drools.compiler.lang.api that return RuleDescrBuilder Modifier and Type Method Description RuleDescrBuilderRuleDescrBuilder. extendsRule(String name)Defines the name of the rule this rule extends.RuleDescrBuilderRuleDescrBuilder. name(String name)The name of the rule.RuleDescrBuilderRuleDescrBuilder. namedRhs(String name, String rhs)An additional named right hand side (consequence) of the rule.RuleDescrBuilderPackageDescrBuilder. newRule()Adds a new Rule to the packageRuleDescrBuilderRuleDescrBuilder. rhs(String rhs)The default right hand side (consequence) of the rule.Methods in org.drools.compiler.lang.api that return types with arguments of type RuleDescrBuilder Modifier and Type Method Description CEDescrBuilder<RuleDescrBuilder,AndDescr>RuleDescrBuilder. lhs()Defines the LHS (condition) of the rule. -
Uses of RuleDescrBuilder in org.drools.compiler.lang.api.impl
Classes in org.drools.compiler.lang.api.impl that implement RuleDescrBuilder Modifier and Type Class Description classRuleDescrBuilderImplA descr builder for RulesMethods in org.drools.compiler.lang.api.impl that return RuleDescrBuilder Modifier and Type Method Description RuleDescrBuilderRuleDescrBuilderImpl. attribute(String name, String value)RuleDescrBuilderRuleDescrBuilderImpl. attribute(String name, String value, AttributeDescr.Type type)RuleDescrBuilderRuleDescrBuilderImpl. extendsRule(String name)RuleDescrBuilderRuleDescrBuilderImpl. name(String name)RuleDescrBuilderRuleDescrBuilderImpl. namedRhs(String name, String rhs)RuleDescrBuilderPackageDescrBuilderImpl. newRule()RuleDescrBuilderRuleDescrBuilderImpl. rhs(String rhs)Methods in org.drools.compiler.lang.api.impl that return types with arguments of type RuleDescrBuilder Modifier and Type Method Description AttributeDescrBuilder<RuleDescrBuilder>RuleDescrBuilderImpl. attribute(String name)CEDescrBuilder<RuleDescrBuilder,AndDescr>RuleDescrBuilderImpl. lhs()AnnotationDescrBuilder<RuleDescrBuilder>RuleDescrBuilderImpl. newAnnotation(String name)
-