public class RuleSheetParserUtil extends Object
Modifier and Type | Method and Description |
---|---|
static List<org.drools.template.model.Import> |
getImportList(List<String> importCells)
Create a list of Import model objects from cell contents.
|
static String |
getRuleName(String ruleRow) |
static List<org.drools.template.model.Global> |
getVariableList(List<String> variableCells)
Create a list of Global model objects from cell contents.
|
static boolean |
isStringMeaningTrue(String property) |
static String |
rc2name(int row,
int col)
Convert spreadsheet row, column numbers to a cell name.
|
public static List<org.drools.template.model.Import> getImportList(List<String> importCells)
importCells
- The cells containing text for all the classes to import.public static List<org.drools.template.model.Global> getVariableList(List<String> variableCells)
variableCella
- The cells containing text for all the global variables to set.public static boolean isStringMeaningTrue(String property)
public static String rc2name(int row, int col)
row
- row numbercol
- the column number. Start with zero.Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.