Skip to content
  • Robert M. O'Bara's avatar
    ENH: Adding ability to inherit association rules · 6bd1df3b
    Robert M. O'Bara authored
    Definitions can now inherit the association rule of its Base Definition
    
    This required the interface to Definition to change:
    
    1.Added the concept of a local association rule - if set this overrides the rule the definition would have
    inherited from the base definition
    2. associationRule() now returns a const model entity item definition since it might be returning the
    inherited rule
    3. Setting the mask is now setLocalAssociationMask since you are setting the local association rule
    6bd1df3b