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

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


Uses of Interface
org.drools.lang.dsl.DSLMapping

Packages that use DSLMapping
org.drools.lang This contains the parser and utilities for the native DRL format, for handling DRL source. 
org.drools.lang.dsl   
 

Uses of DSLMapping in org.drools.lang
 

Methods in org.drools.lang with parameters of type DSLMapping
 void Expander.addDSLMapping(DSLMapping mapping)
          Add the new mapping to this expander.
 

Uses of DSLMapping in org.drools.lang.dsl
 

Classes in org.drools.lang.dsl that implement DSLMapping
 class DefaultDSLMapping
          This is a default implementation of the DSL Mapping interface capable of storing a list of DSLMappingEntries and managing it.
 

Methods in org.drools.lang.dsl that return DSLMapping
 DSLMapping DSLMappingFile.getMapping()
          Returns the DSL mapping loaded from this file
 

Methods in org.drools.lang.dsl with parameters of type DSLMapping
 void DefaultExpander.addDSLMapping(DSLMapping mapping)
          Add the new mapping to this expander.
static void DSLMappingFile.saveMapping(Writer out, DSLMapping mapping)
          Saves the given mapping into a DSL mapping file
 void DSLMappingFile.setMapping(DSLMapping mapping)
          Sets the
 



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