ENTITY risk_relationship
(* SCHEMA step_merged_ap_schema; *)
-- IN AP242
ENTITY risk_relationship
SUBTYPE OF (product_relationship);
SELF\product_relationship.relating_product : risk;
SELF\product_relationship.related_product : risk;
DERIVE
related_risk : risk := SELF\product_relationship.related_product;
relating_risk : risk := SELF\product_relationship.relating_product;
END_ENTITY;
Explicit Attributes
Entity risk_relationship has the following local and inherited explicit attributes:
Derived Attributes
Entity risk_relationship has the following local and inherited derived attributes:
| Attribute | Type | Defined By |
|---|
| related_risk | risk (ENTITY) | risk_relationship |
| relating_risk | risk (ENTITY) | risk_relationship |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity risk_relationship inherits from the following supertypes:
product_relationship
Subtypes
No subtypesReferenced By
Entity risk_relationship and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2026-09-02T09:08:05-04:00