Drools :: Decision Tables 6.0.0.CR4

org.drools.decisiontable.parser
Interface RuleSheetListener

All Superinterfaces:
org.drools.template.parser.DataListener
All Known Implementing Classes:
DefaultRuleSheetListener, RuleMatrixSheetListener

public interface RuleSheetListener
extends org.drools.template.parser.DataListener

SheetListener used for creating rules


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

Method Detail

getProperties

PropertiesSheetListener.CaseInsensitiveMap getProperties()
Return the rule sheet properties


getRuleSet

org.drools.template.model.Package getRuleSet()
Build the final ruleset as parsed.


Drools :: Decision Tables 6.0.0.CR4

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.