Uses of Interface
org.drools.decisiontable.parser.RuleSheetListener

Packages that use RuleSheetListener
org.drools.decisiontable This it a utility for using spreadsheets to manage rules. 
org.drools.decisiontable.parser   
 

Uses of RuleSheetListener in org.drools.decisiontable
 

Methods in org.drools.decisiontable with parameters of type RuleSheetListener
 String SpreadsheetCompiler.compile(InputStream xlsStream, InputType type, RuleSheetListener listener)
          Generates DRL from the input stream containing the spreadsheet.
 

Uses of RuleSheetListener in org.drools.decisiontable.parser
 

Classes in org.drools.decisiontable.parser that implement RuleSheetListener
 class DefaultRuleSheetListener
          An object of this class is prepared to receive calls passing it the contents of a spreadsheet containing one or more decision tables.
 class RuleMatrixSheetListener
          href="mailto:michael.neale@gmail.com"> Michael Neale Define a ruleset spreadsheet which contains a matrix style decision tables.
 



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