| |
|
| java.lang.Object org.drools.decisiontable.parser.RuleSheetParserUtil
RuleSheetParserUtil | public class RuleSheetParserUtil (Code) | | author: Michael Neale author: Parking lot for utility methods that don't belong anywhere else. |
getImportList | public static List getImportList(String importCell)(Code) | | Parameters: importCell - The cell text for all the classes to import. A list of Import classes, which can be added to the ruleset. |
getVariableList | public static List getVariableList(String variableCell)(Code) | | 08 - 18 - 2005
Ricardo Rojas
Parameters: variableCell - The cell text for all the application data variables to set. A list of Variable classes, which can be added to the ruleset. |
isStringMeaningTrue | public static boolean isStringMeaningTrue(String property)(Code) | | true is the String could possibly mean true. False otherwise ! |
|
|
|