| |
|
| org.drools.lang.dsl.DSLMapping
All known Subclasses: org.drools.lang.dsl.DefaultDSLMapping,
DSLMapping | public interface DSLMapping (Code) | | An interface that represents a DSL Mapping
author: etirelli |
addEntries | public void addEntries(List entries)(Code) | | Adds all entries in the given list to this DSL Mapping
Parameters: entries - |
addEntry | public void addEntry(DSLMappingEntry entry)(Code) | | Add one entry to the list of the entries
Parameters: entry - |
getDescription | public String getDescription()(Code) | | Returns a String description of this mapping
|
getEntries | public List getEntries()(Code) | | Returns the list of entries in this mapping
|
getEntries | public List getEntries(Section section)(Code) | | Returns the list of mappings for the given section
Parameters: section - |
getIdentifier | public String getIdentifier()(Code) | | Returns the string identifier for this mapping
|
removeEntry | public void removeEntry(DSLMappingEntry entry)(Code) | | Removes the given entry from the list of entries
Parameters: entry - |
setDescription | public void setDescription(String description)(Code) | | Sets the description for this mapping
Parameters: description - |
setIdentifier | public void setIdentifier(String identifier)(Code) | | Sets the identifier for this mapping
Parameters: identifier - |
|
|
|