站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

Uses of Interface org.drools.lang.dsl.DSLMappingEntry.Section (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Interface
org.drools.lang.dsl.DSLMappingEntry.Section

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)
           
 



Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.