Uses of Interface
org.drools.compiler.lang.api.AttributeSupportBuilder
-
Packages that use AttributeSupportBuilder Package Description org.drools.compiler.lang org.drools.compiler.lang.api org.drools.compiler.lang.api.impl -
-
Uses of AttributeSupportBuilder in org.drools.compiler.lang
Methods in org.drools.compiler.lang with parameters of type AttributeSupportBuilder Modifier and Type Method Description AttributeDescrDRL5Parser. attribute(AttributeSupportBuilder<?> as)attribute := salience | enabled | ( NO-LOOP | AUTO-FOCUS | LOCK-ON-ACTIVE | REFRACT ) BOOLEAN?AttributeDescrDRL6Parser. attribute(AttributeSupportBuilder<?> as)attribute := salience | enabled | ( NO-LOOP | AUTO-FOCUS | LOCK-ON-ACTIVE | REFRACT | DIRECT ) BOOLEAN?AttributeDescrDRL6StrictParser. attribute(AttributeSupportBuilder<?> as)attribute := salience | enabled | ( NO-LOOP | AUTO-FOCUS | LOCK-ON-ACTIVE | REFRACT | DIRECT ) BOOLEAN? -
Uses of AttributeSupportBuilder in org.drools.compiler.lang.api
Subinterfaces of AttributeSupportBuilder in org.drools.compiler.lang.api Modifier and Type Interface Description interfacePackageDescrBuilderinterfaceRuleDescrBuilderA descriptor builder for rules -
Uses of AttributeSupportBuilder in org.drools.compiler.lang.api.impl
Classes in org.drools.compiler.lang.api.impl that implement AttributeSupportBuilder Modifier and Type Class Description classPackageDescrBuilderImplA builder implementation for PackageDescrs using a fluent API.classRuleDescrBuilderImplA descr builder for Rules
-