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

RuleSheetListener (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.decisiontable.parser
Interface RuleSheetListener

All Superinterfaces:
SheetListener
All Known Implementing Classes:
DefaultRuleSheetListener, ExternalSheetListener, RuleMatrixSheetListener

public interface RuleSheetListener
extends SheetListener

Author:
Steven Williams SheetListener used for creating rules

Field Summary
 
Fields inherited from interface org.drools.decisiontable.parser.SheetListener
NON_MERGED
 
Method Summary
 Properties getProperties()
          Return the rule sheet properties
 Package getRuleSet()
          Build the final ruleset as parsed.
 
Methods inherited from interface org.drools.decisiontable.parser.SheetListener
finishSheet, newCell, newRow, startSheet
 

Method Detail

getProperties

Properties getProperties()
Return the rule sheet properties


getRuleSet

Package getRuleSet()
Build the final ruleset as parsed.



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