ENTITY action_method_relationship

(* SCHEMA step_merged_cad_schema; *)
ENTITY action_method_relationship;
      name : label;
      description : OPTIONAL text;
      relating_method : action_method;
      related_method : action_method;
END_ENTITY;

Explicit Attributes

Entity action_method_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)action_method_relationship
 descriptiontext (STRING)action_method_relationship
 relating_methodaction_method (ENTITY)action_method_relationship
 related_methodaction_method (ENTITY)action_method_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity action_method_relationship has the following subtypes:
    right_to_usage_association*
    usage_association*
* - Immediate Subtypes

Referenced By

Entity action_method_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 characterized_action_definition SELECT action_method_relationship
 effectivity_item SELECT action_method_relationship
 process_operation ENTITY action_method_relationship
 right_to_usage_association ENTITY action_method_relationship
 usage_association ENTITY action_method_relationship


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-11-21T15:22:01-05:00