|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.decisiontable.parser.RuleSheetParserUtil
public class RuleSheetParserUtil
Parking lot for utility methods that don't belong anywhere else.
Method Summary | |
---|---|
static List<Import> |
getImportList(List<String> importCells)
Create a list of Import model objects from cell contents. |
static String |
getRuleName(String ruleRow)
|
static List<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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String getRuleName(String ruleRow)
public static List<Import> getImportList(List<String> importCells)
importCells
- The cells containing text for all the classes to import.
public static List<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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |