ENTITY change_composition_relationship
(* SCHEMA Ap242_managed_model_based_3d_engineering_mim_LF; *)
ENTITY change_composition_relationship
SUBTYPE OF (group_relationship);
SELF\group_relationship.relating_group : change_group; -- composition : This ATTRIBUTE was RENAMED in the EXPRESS E2 source, an attribute with the new name is in the DERIVE clause
SELF\group_relationship.related_group : change_element; -- element : This ATTRIBUTE was RENAMED in the EXPRESS E2 source, an attribute with the new name is in the DERIVE clause
DERIVE
composition : CHANGE_GROUP := SELF\group_relationship.relating_group; -- RELATING_GROUP : This ATTRIBUTE was RENAMED in the EXPRESS E2 source, this is the new name implemented as DERIVE
element : CHANGE_ELEMENT := SELF\group_relationship.related_group; -- RELATED_GROUP : This ATTRIBUTE was RENAMED in the EXPRESS E2 source, this is the new name implemented as DERIVE
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 |
|---|
| composition | change_group (ENTITY) | change_composition_relationship |
| element | change_element (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
2012-03-27T17:20:06-04:00