Package | Description |
---|---|
org.drools.decisiontable |
This it a utility for using spreadsheets to manage rules.
|
org.drools.decisiontable.parser |
Modifier and Type | Method and Description |
---|---|
String |
SpreadsheetCompiler.compile(InputStream xlsStream,
InputType type,
RuleSheetListener listener)
Generates DRL from the input stream containing the spreadsheet.
|
String |
SpreadsheetCompiler.compile(org.kie.api.io.Resource resource,
InputType type,
RuleSheetListener listener) |
String |
SpreadsheetCompiler.listenerToString(RuleSheetListener listener) |
Modifier and Type | Class and Description |
---|---|
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–2017 JBoss by Red Hat. All rights reserved.