ENTITY context_dependent_action_method_relationship
(* SCHEMA step_merged_ap_schema; *)
-- IN AP242
ENTITY context_dependent_action_method_relationship;
name : label;
relating_relationship : action_method_relationship;
related_relationship : action_method_relationship;
UNIQUE
UR1 : relating_relationship, related_relationship;
WHERE
WR1:
relating_relationship.relating_method :=: related_relationship.relating_method;
END_ENTITY;
Explicit Attributes
Entity context_dependent_action_method_relationship has the following local and inherited explicit attributes:
| Attribute | Type | Defined By |
|---|
| name | label (STRING) | context_dependent_action_method_relationship |
| relating_relationship | action_method_relationship (ENTITY) | context_dependent_action_method_relationship |
| related_relationship | action_method_relationship (ENTITY) | context_dependent_action_method_relationship |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity context_dependent_action_method_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:04-04:00