Uses of Class
org.drools.decisiontable.InputType
Packages that use InputType
Package
Description
This it a utility for using spreadsheets to manage rules.
-
Uses of InputType in org.drools.decisiontable
Fields in org.drools.decisiontable declared as InputTypeModifier and TypeFieldDescriptionstatic final InputTypeInputType.CSVstatic final InputTypeInputType.XLSMethods in org.drools.decisiontable that return InputTypeModifier and TypeMethodDescriptionstatic InputTypeInputType.getInputTypeFromDecisionTableInputType(DecisionTableInputType decisionTableInputType) Converts DecisionTableInputType to InputType.Methods in org.drools.decisiontable with parameters of type InputTypeModifier and TypeMethodDescriptionExternalSpreadsheetCompiler.compile(InputStream xlsStream, InputStream templateStream, InputType type, int startRow, int startCol) voidExternalSpreadsheetCompiler.compile(InputStream xlsStream, InputType type, List<DataListener> listeners) ExternalSpreadsheetCompiler.compile(InputStream xlsStream, InputType type, TemplateDataListener listener) Generates DRL from the input stream containing the spreadsheet.ExternalSpreadsheetCompiler.compile(String xls, String template, InputType type, int startRow, int startCol) voidExternalSpreadsheetCompiler.compile(String xls, InputType type, List<DataListener> listeners) SpreadsheetCompiler.compile(boolean showPackage, InputStream xlsStream, InputType type) Generates DRL from the input stream containing the spreadsheet.SpreadsheetCompiler.compile(InputStream xlsStream, InputType type) Generates DRL from the input stream containing the spreadsheet.SpreadsheetCompiler.compile(InputStream xlsStream, InputType type, RuleSheetListener listener) Generates DRL from the input stream containing the spreadsheet.Convenience implementation, taking rules from the classpath.SpreadsheetCompiler.compile(Resource resource, InputType type, RuleSheetListener listener)