public class UCOMappingRuleCollection extends ClassRuleCollection<UCOMappingIF>
globalRulesrules| Constructor and Description |
|---|
UCOMappingRuleCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRule(RuleIF r)
Attempts to add a single rule instance to the collection.
|
void |
execute(DmcUncheckedObject uco,
UcoDataStoreIF in,
UcoDataStoreIF out,
UcoFeedbackIF listener) |
addThisRule, getRulesaddRules, toStringpublic void addRule(RuleIF r)
RuleCollectionaddRule in class RuleCollection<UCOMappingIF>r - the rule to be added.public void execute(DmcUncheckedObject uco, UcoDataStoreIF in, UcoDataStoreIF out, UcoFeedbackIF listener) throws DmcRuleExceptionSet
uco - The object to be mapped:in - The data store from which objects can be retrieved:out - The data store to which mapped objects should be written:listener - The feedback listener:DmcRuleExceptionSetCopyright © 2023. All rights reserved.