|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DSLMappingEntry | |
---|---|
org.drools.lang.dsl |
Uses of DSLMappingEntry in org.drools.lang.dsl |
---|
Classes in org.drools.lang.dsl that implement DSLMappingEntry | |
---|---|
class |
AbstractDSLMappingEntry
|
class |
AntlrDSLMappingEntry
An ANTLR-driven implementation for the DSL Mapping Entry interface |
Methods in org.drools.lang.dsl that return DSLMappingEntry | |
---|---|
DSLMappingEntry |
DSLMapWalker.entry()
|
DSLMappingEntry |
DSLMapWalker.valid_entry()
|
Methods in org.drools.lang.dsl that return types with arguments of type DSLMappingEntry | |
---|---|
List<DSLMappingEntry> |
DSLMapping.getEntries()
Returns the list of entries in this mapping |
List<DSLMappingEntry> |
DefaultDSLMapping.getEntries()
Returns an unmodifiable list of entries |
List<DSLMappingEntry> |
DSLMapping.getEntries(DSLMappingEntry.Section section)
Returns the list of mappings for the given section |
List<DSLMappingEntry> |
DefaultDSLMapping.getEntries(DSLMappingEntry.Section section)
Returns the list of mappings for the given section |
Methods in org.drools.lang.dsl with parameters of type DSLMappingEntry | |
---|---|
void |
DSLMapping.addEntry(DSLMappingEntry entry)
Add one entry to the list of the entries |
void |
DefaultDSLMapping.addEntry(DSLMappingEntry entry)
Add one entry to the list of the entries |
void |
DSLMapping.removeEntry(DSLMappingEntry entry)
Removes the given entry from the list of entries |
void |
DefaultDSLMapping.removeEntry(DSLMappingEntry entry)
|
Method parameters in org.drools.lang.dsl with type arguments of type DSLMappingEntry | |
---|---|
void |
DSLMapping.addEntries(List<DSLMappingEntry> entries)
Adds all entries in the given list to this DSL Mapping |
void |
DefaultDSLMapping.addEntries(List<DSLMappingEntry> entries)
Adds all entries in the given list to this DSL Mapping |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |