ENTITY change_composition_relationship
(* SCHEMA step_merged_ap_schema; *)
-- IN AP242
ENTITY change_composition_relationship
SUBTYPE OF (group_relationship);
SELF\group_relationship.relating_group : change_group;
SELF\group_relationship.related_group : change_element;
DERIVE
element : change_element := SELF\group_relationship.related_group;
composition : change_group := SELF\group_relationship.relating_group;
END_ENTITY;
Explicit Attributes
Entity change_composition_relationship has the following local and inherited explicit attributes:
Derived Attributes
Entity change_composition_relationship has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
element | change_element (ENTITY) | change_composition_relationship |
composition | change_group (ENTITY) | change_composition_relationship |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity change_composition_relationship inherits from the following supertypes:
group_relationship
Subtypes
No subtypesReferenced By
Entity change_composition_relationship and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-09-06T14:00:30-04:00