: Public Note
Created: |
23.5.2022 18.05.04 |
Modified: |
1.8.2022 13.54.02 |
|
Project: |
|
Author: |
Marko Kauppi |
Version: |
2005 |
Phase: |
IS |
Status: |
Superseeded |
Complexity: |
Medium |
Difficulty: |
|
Priority: |
|
Multiplicity: |
|
Advanced: |
|
UUID: |
{57C38186-2639-4b94-8046-BA021810A3C8} |
Appears In: |
Schema CD |
{ forEvery n : MemberName -#gt; locate(n) = memberValue(n)}<br/> -- Record acts as a dictionary on its attributes<br/><br/>{ forEvery n : MemberName -#gt; isTypeOf.memberValue(n)(recordType.memberType(n)) } <br/> -- the type of each attribute is given in the associated RecordType<br/>