ENTITY usage_association
(* SCHEMA step_merged_cad_schema; *)
-- DIFF IN AP203e2
-- IN AP203e2/AP242
ENTITY usage_association
SUBTYPE OF (action_method_relationship);
SELF\action_method_relationship.relating_method : information_usage_right;
SELF\action_method_relationship.related_method : information_usage_right;
DERIVE
related : information_usage_right := SELF\action_method_relationship.related_method;
relating : information_usage_right := SELF\action_method_relationship.relating_method;
END_ENTITY;
Explicit Attributes
Entity usage_association has the following local and inherited explicit attributes:
Derived Attributes
Entity usage_association has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity usage_association inherits from the following supertypes:
action_method_relationship
Subtypes
No subtypesReferenced By
Entity usage_association and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-11-21T15:22:04-05:00