|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DSLMappingEntry.Section | |
|---|---|
| org.drools.lang.dsl | |
| Uses of DSLMappingEntry.Section in org.drools.lang.dsl |
|---|
| Classes in org.drools.lang.dsl that implement DSLMappingEntry.Section | |
|---|---|
static class |
DSLMappingEntry.AnySection
An element to indicate the mapping should be applicable to any section |
static class |
DSLMappingEntry.ConditionSection
The condition section, to allow mapping of the conditions |
static class |
DSLMappingEntry.ConsequenceSection
The consequence section to allow the mapping of consequence elements |
static class |
DSLMappingEntry.KeywordSection
The keyword section, to allow mapping of keywords |
| Fields in org.drools.lang.dsl declared as DSLMappingEntry.Section | |
|---|---|
static DSLMappingEntry.Section |
DSLMappingEntry.ANY
|
static DSLMappingEntry.Section |
DSLMappingEntry.CONDITION
|
static DSLMappingEntry.Section |
DSLMappingEntry.CONSEQUENCE
|
static DSLMappingEntry.Section |
DSLMappingEntry.KEYWORD
|
| Methods in org.drools.lang.dsl that return DSLMappingEntry.Section | |
|---|---|
DSLMappingEntry.Section |
DSLMappingEntry.getSection()
Returns the section this mapping entry refers to |
DSLMappingEntry.Section |
DefaultDSLMappingEntry.getSection()
|
| Methods in org.drools.lang.dsl with parameters of type DSLMappingEntry.Section | |
|---|---|
List |
DSLMapping.getEntries(DSLMappingEntry.Section section)
Returns the list of mappings for the given section |
List |
DefaultDSLMapping.getEntries(DSLMappingEntry.Section section)
Returns the list of mappings for the given section |
void |
DSLMappingEntry.setSection(DSLMappingEntry.Section section)
|
void |
DefaultDSLMappingEntry.setSection(DSLMappingEntry.Section section)
|
| Constructors in org.drools.lang.dsl with parameters of type DSLMappingEntry.Section | |
|---|---|
DefaultDSLMappingEntry(DSLMappingEntry.Section section,
DSLMappingEntry.MetaData metadata,
String key,
String value)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||