Uses of Class
com.jeta.open.rules.RuleResult

Packages that use RuleResult
com.jeta.open.rules   
 

Uses of RuleResult in com.jeta.open.rules
 

Fields in com.jeta.open.rules declared as RuleResult
static RuleResult RuleResult.FAIL
           
static RuleResult RuleResult.SUCCESS
          pre-defined rule result object
 

Methods in com.jeta.open.rules that return RuleResult
 RuleResult AbstractRule.check(Object param1)
          Helper method that forwards the call to check(Object[])
abstract  RuleResult AbstractRule.check(Object[] params)
           
 RuleResult EmptyRule.check(Object[] params)
          JETARule Implementation.
 RuleResult JETARule.check(Object[] params)
          Runs the rule.
 RuleResult RuleGroup.check(Object[] params)
          JETARule implementation
 RuleResult AbstractRule.check(Object param1, Object param2)
          Helper method that forwards the call to check(Object[])
 RuleResult AbstractRule.check(Object param1, Object param2, Object param3)
          Helper method that forwards the call to check(Object[])
static RuleResult RuleUtils.checkNotify(JETARule rule, Object param1)
          Helper method that displays a dialog if the check fails
static RuleResult RuleUtils.checkNotify(JETARule rule, Object[] params)
          Helper method that displays a dialog if the check fails
static RuleResult RuleUtils.checkNotify(JETARule rule, Object param1, Object param2)
          Helper method that displays a dialog if the check fails
static RuleResult RuleUtils.checkNotify(JETARule rule, Object param1, Object param2, Object param3)
          Helper method that displays a dialog if the check fails
 



Copyright © 2005-2007 Jeff Tassin & Todd Viegut. All Rights Reserved.