public class RuleProcessor
extends java.lang.Object
| Constructor and Description |
|---|
RuleProcessor()
Create the RuleProcessor object
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
loadRules(java.lang.String aeName,
java.lang.String targetAttr,
java.lang.String sourceAttr,
java.lang.String mandatoryAttr)
Load the rules and the mandatory flags.
|
int |
processRejectRule(java.lang.String rule,
java.util.Hashtable constants,
SubmatData smData) |
public static boolean loadRules(java.lang.String aeName,
java.lang.String targetAttr,
java.lang.String sourceAttr,
java.lang.String mandatoryAttr)
aeName - Name of Application Element with Rules.targetAttr - Name of attribute with target information.sourceAttr - Name of attribute with source informaiton.mandatoryAttr - Name of attribute with mandatory - flag.public int processRejectRule(java.lang.String rule,
java.util.Hashtable constants,
SubmatData smData)