Uses of Interface
org.drools.drl.parser.lang.dsl.DSLMappingEntry
-
Packages that use DSLMappingEntry Package Description org.drools.drl.parser.lang.dsl -
-
Uses of DSLMappingEntry in org.drools.drl.parser.lang.dsl
Classes in org.drools.drl.parser.lang.dsl that implement DSLMappingEntry Modifier and Type Class Description classAbstractDSLMappingEntryclassAntlrDSLMappingEntryAn ANTLR-driven implementation for the DSL Mapping Entry interfaceMethods in org.drools.drl.parser.lang.dsl that return DSLMappingEntry Modifier and Type Method Description DSLMappingEntryDSLMapWalker. entry()DSLMappingEntryDSLMapWalker. valid_entry()Methods in org.drools.drl.parser.lang.dsl that return types with arguments of type DSLMappingEntry Modifier and Type Method Description List<DSLMappingEntry>DefaultDSLMapping. getEntries()Returns an unmodifiable list of entriesList<DSLMappingEntry>DefaultDSLMapping. getEntries(DSLMappingEntry.Section section)Returns the list of mappings for the given sectionList<DSLMappingEntry>DSLMapping. getEntries()Returns the list of entries in this mappingList<DSLMappingEntry>DSLMapping. getEntries(DSLMappingEntry.Section section)Returns the list of mappings for the given sectionMethods in org.drools.drl.parser.lang.dsl with parameters of type DSLMappingEntry Modifier and Type Method Description voidDefaultDSLMapping. addEntry(DSLMappingEntry entry)Add one entry to the list of the entriesvoidDSLMapping. addEntry(DSLMappingEntry entry)Add one entry to the list of the entriesvoidDefaultDSLMapping. removeEntry(DSLMappingEntry entry)voidDSLMapping. removeEntry(DSLMappingEntry entry)Removes the given entry from the list of entriesMethod parameters in org.drools.drl.parser.lang.dsl with type arguments of type DSLMappingEntry Modifier and Type Method Description voidDefaultDSLMapping. addEntries(List<DSLMappingEntry> entries)Adds all entries in the given list to this DSL MappingvoidDSLMapping. addEntries(List<DSLMappingEntry> entries)Adds all entries in the given list to this DSL Mapping
-