public abstract class AttributeRuleCollection<I extends RuleIF> extends RuleCollection<I>
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<DmcAttributeInfo,ArrayList<I>> |
globalRules |
rules| Constructor and Description |
|---|
AttributeRuleCollection() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addThisRule(I rule) |
protected ArrayList<I> |
getRules(DmcAttributeInfo ai,
DmcClassInfo ci)
This method is used by generated derived classes to determine the set of class scoped
rules to be applied to the specified attribute.
|
String |
toString() |
addRule, addRulesprotected HashMap<DmcAttributeInfo,ArrayList<I extends RuleIF>> globalRules
protected void addThisRule(I rule)
protected ArrayList<I> getRules(DmcAttributeInfo ai, DmcClassInfo ci)
ai - the attribute infoci - the class infopublic String toString()
toString in class RuleCollection<I extends RuleIF>Copyright © 2023. All rights reserved.