: Public <<type>> Class
Record is a indexed set of objects. It can be associated to a RecordType in such a manner that the class of an indexed value object is of the class specified by the RecordType's correspondingly indexed TypeName. <br /></p><p>A Record is a NameSpace for its included attributes.<br /></p><p><br /></p><p>{locate() = attributes.select()}<br /></p><p> -- Record acts as a dictionary on its attributes<br /></p><p><br /></p><p>{isTypeOf.attribute.select(C)(recordType.attributeTypes.select(C)) } <br /></p><p> -- the type of each attribute is given in the associated RecordType<br /></p>
- Operations
- Associations To
- Tagged Values
Operation |
Public
locate( name: MemberName,
Default: |
|
Kind: |
inout |
Stereotype: |
|
|
|
):Any
|
 Details:
|
Element |
Source Role |
Target Role |
«type» RecordType
Class
|
Name: record
|
Name: recordType
|
 Details:
|
Tag |
Value |
persistence |
persistent |
 Details:
|