wt.rule.init
Class InitRuleValidator

java.lang.Object
  extended bywt.rule.init.InitRuleValidator
All Implemented Interfaces:
RuleValidator

public class InitRuleValidator
extends Object
implements RuleValidator

A rule validator for INIT rules.

Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Constructor Summary
InitRuleValidator()
           
 
Method Summary
 void validateRule(Rule rule)
          Validate the specified rule.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

InitRuleValidator

public InitRuleValidator()
Method Detail

validateRule

public void validateRule(Rule rule)
                  throws WTException
Validate the specified rule. Throw an exception if the rule is not valid.

Supported API: false

Specified by:
validateRule in interface RuleValidator
Parameters:
rule - the rule to validate
Throws:
WTException