站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

RuleSheetParserUtil (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.decisiontable.parser
Class RuleSheetParserUtil

java.lang.Object
  extended by org.drools.decisiontable.parser.RuleSheetParserUtil

public class RuleSheetParserUtil
extends Object

Author:
Michael Neale Parking lot for utility methods that don't belong anywhere else.

Method Summary
static List getImportList(String importCell)
           
static String getRuleName(String ruleRow)
           
static List getVariableList(String variableCell)
          08 - 18 - 2005 Ricardo Rojas
static boolean isStringMeaningTrue(String property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRuleName

public static String getRuleName(String ruleRow)

getImportList

public static List getImportList(String importCell)
Parameters:
importCell - The cell text for all the classes to import.
Returns:
A list of Import classes, which can be added to the ruleset.

getVariableList

public static List getVariableList(String variableCell)
08 - 18 - 2005 Ricardo Rojas

Parameters:
variableCell - The cell text for all the application data variables to set.
Returns:
A list of Variable classes, which can be added to the ruleset.

isStringMeaningTrue

public static boolean isStringMeaningTrue(String property)
Returns:
true is the String could possibly mean true. False otherwise !


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.