public class UCOAttributeNormalizationRuleCollection extends AttributeRuleCollection<UCOAttributeNormalizationIF>
globalRulesrules| Constructor and Description |
|---|
UCOAttributeNormalizationRuleCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRule(RuleIF r)
Attempts to add a single rule instance to the collection.
|
void |
execute(DmcUncheckedObject uco,
String attributeName,
UcoDataStoreIF in,
UcoFeedbackIF listener) |
addThisRule, getRules, toStringaddRulespublic UCOAttributeNormalizationRuleCollection()
public void addRule(RuleIF r)
RuleCollectionaddRule in class RuleCollection<UCOAttributeNormalizationIF>r - the rule to be added.public void execute(DmcUncheckedObject uco, String attributeName, UcoDataStoreIF in, UcoFeedbackIF listener) throws DmcRuleExceptionSet
uco - The object in which attribute resides:attributeName - The attribute to be normalized:in - The data store from which objects can be retrieved:listener - The feedback listener:DmcRuleExceptionSetCopyright © 2023. All rights reserved.