Uses of Interface
org.drools.compiler.lang.Expander
-
Packages that use Expander Package Description org.drools.compiler.lang org.drools.compiler.lang.dsl -
-
Uses of Expander in org.drools.compiler.lang
Methods in org.drools.compiler.lang that return Expander Modifier and Type Method Description ExpanderExpanderResolver. get(String name, String config) -
Uses of Expander in org.drools.compiler.lang.dsl
Classes in org.drools.compiler.lang.dsl that implement Expander Modifier and Type Class Description classDefaultExpanderThe default expander uses String templates to provide pseudo natural language, as well as general DSLs.Methods in org.drools.compiler.lang.dsl that return Expander Modifier and Type Method Description ExpanderDefaultExpanderResolver. get(String name, String config)Methods in org.drools.compiler.lang.dsl with parameters of type Expander Modifier and Type Method Description voidDefaultExpanderResolver. 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.
-