|
||||||||||
| 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> |
DefaultDSLMapping.getEntries()
Returns an unmodifiable list of entries |
List<DSLMappingEntry> |
DSLMapping.getEntries()
Returns the list of entries in this mapping |
List<DSLMappingEntry> |
DefaultDSLMapping.getEntries(DSLMappingEntry.Section section)
Returns the list of mappings for the given section |
List<DSLMappingEntry> |
DSLMapping.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 |
DefaultDSLMapping.addEntry(DSLMappingEntry entry)
Add one entry to the list of the entries |
void |
DSLMapping.addEntry(DSLMappingEntry entry)
Add one entry to the list of the entries |
void |
DefaultDSLMapping.removeEntry(DSLMappingEntry entry)
|
void |
DSLMapping.removeEntry(DSLMappingEntry entry)
Removes the given entry from the list of entries |
| Method parameters in org.drools.lang.dsl with type arguments of type DSLMappingEntry | |
|---|---|
void |
DefaultDSLMapping.addEntries(List<DSLMappingEntry> entries)
Adds all entries in the given list to this DSL Mapping |
void |
DSLMapping.addEntries(List<DSLMappingEntry> entries)
Adds all entries in the given list to this DSL Mapping |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||