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

Uses of Class org.drools.decisiontable.InputType (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Class
org.drools.decisiontable.InputType

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

Uses of InputType in org.drools.decisiontable
 

Fields in org.drools.decisiontable declared as InputType
static InputType InputType.CSV
           
static InputType InputType.XLS
           
 

Methods in org.drools.decisiontable with parameters of type InputType
 String ExternalSpreadsheetCompiler.compile(InputStream xlsStream, InputStream templateStream, InputType type, int startRow, int startCol)
           
 String SpreadsheetCompiler.compile(InputStream xlsStream, InputType type)
          Generates DRL from the input stream containing the spreadsheet.
 String ExternalSpreadsheetCompiler.compile(InputStream xlsStream, InputType type, ExternalSheetListener listener)
          Generates DRL from the input stream containing the spreadsheet.
 void ExternalSpreadsheetCompiler.compile(InputStream xlsStream, InputType type, List listeners)
           
 String SpreadsheetCompiler.compile(InputStream xlsStream, InputType type, RuleSheetListener listener)
          Generates DRL from the input stream containing the spreadsheet.
 String SpreadsheetCompiler.compile(String classPathResource, InputType inputType)
          Convenience implementation, taking rules from the classpath.
 void ExternalSpreadsheetCompiler.compile(String xls, InputType type, List listeners)
           
 String ExternalSpreadsheetCompiler.compile(String xls, String template, InputType type, int startRow, int startCol)
           
 



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