|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DSLMapping | |
---|---|
org.drools.lang | This contains the parser and utilities for the native DRL format, for handling DRL source. |
org.drools.lang.dsl |
Uses of DSLMapping in org.drools.lang |
---|
Methods in org.drools.lang with parameters of type DSLMapping | |
---|---|
void |
Expander.addDSLMapping(DSLMapping mapping)
Add the new mapping to this expander. |
Uses of DSLMapping in org.drools.lang.dsl |
---|
Classes in org.drools.lang.dsl that implement DSLMapping | |
---|---|
class |
DefaultDSLMapping
This is a default implementation of the DSL Mapping interface capable of storing a list of DSLMappingEntries and managing it. |
Methods in org.drools.lang.dsl that return DSLMapping | |
---|---|
DSLMapping |
DSLMappingFile.getMapping()
Returns the DSL mapping loaded from this file |
Methods in org.drools.lang.dsl with parameters of type DSLMapping | |
---|---|
void |
DefaultExpander.addDSLMapping(DSLMapping mapping)
Add the new mapping to this expander. |
static void |
DSLMappingFile.saveMapping(Writer out,
DSLMapping mapping)
Saves the given mapping into a DSL mapping file |
void |
DSLMappingFile.setMapping(DSLMapping mapping)
Sets the |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |