Uses of Interface
org.drools.drl.parser.lang.Expander
Packages that use Expander
-
Uses of Expander in org.drools.drl.parser.lang
Methods in org.drools.drl.parser.lang that return Expander -
Uses of Expander in org.drools.drl.parser.lang.dsl
Classes in org.drools.drl.parser.lang.dsl that implement ExpanderModifier and TypeClassDescriptionclassThe default expander uses String templates to provide pseudo natural language, as well as general DSLs.Methods in org.drools.drl.parser.lang.dsl that return ExpanderModifier and TypeMethodDescriptionMethods in org.drools.drl.parser.lang.dsl with parameters of type ExpanderModifier and TypeMethodDescriptionvoidDefaultExpanderResolver.addExpander(String name, Expander expander) Add an expander with the given name, which will be used by looking for the "expander" keyword in the DRL.