ENTITY usage_association

(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP203e2
-- IN AP203e2/AP238 STEP-NC/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:
AttributeTypeDefined By
 namelabel (STRING)action_method_relationship
 descriptiontext (STRING)action_method_relationship
 relating_methodinformation_usage_right (ENTITY)usage_association(Redcl from action_method_relationship)
 related_methodinformation_usage_right (ENTITY)usage_association(Redcl from action_method_relationship)

Derived Attributes

Entity usage_association has the following local and inherited derived attributes:
AttributeTypeDefined By
 relatedinformation_usage_right (ENTITY)usage_association
 relatinginformation_usage_right (ENTITY)usage_association

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity usage_association inherits from the following supertypes:
  action_method_relationship

Subtypes

    No subtypes

Referenced By

Entity usage_association and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_item SELECT usage_association
 action_item SELECT action_method_relationship
 action_method_items SELECT action_method_relationship
 approval_item SELECT action_method_relationship
 attribute_classification_item SELECT action_method_relationship
 attribute_classification_item SELECT usage_association
 attribute_language_item SELECT action_method_relationship
 attribute_language_item SELECT usage_association
 change_management_object SELECT action_method_relationship
 characterized_action_definition SELECT action_method_relationship
 classification_item SELECT action_method_relationship
 classification_item SELECT usage_association
 contract_item SELECT action_method_relationship
 description_item SELECT usage_association
 description_item SELECT action_method_relationship
 document_reference_item SELECT action_method_relationship
 document_reference_item SELECT usage_association
 effectivity_item SELECT action_method_relationship
 effectivity_item SELECT usage_association
 external_identification_item SELECT action_method_relationship
 general_organizational_data_select SELECT action_method_relationship
 get_relating_amr FUNCTION action_method_relationship
 identification_item SELECT action_method_relationship
 identification_item SELECT usage_association
 multi_language_attribute_item SELECT action_method_relationship
 multi_language_attribute_item SELECT usage_association
 project_item SELECT action_method_relationship
 right_to_usage_association ENTITY action_method_relationship
 same_as_item SELECT usage_association
 security_classification_item SELECT action_method_relationship
 usage_association ENTITY action_method_relationship


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:19-04:00