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:
AttributeTypeDefined By
 namelabel (STRING)context_dependent_action_method_relationship
 relating_relationshipaction_method_relationship (ENTITY)context_dependent_action_method_relationship
 related_relationshipaction_method_relationship (ENTITY)context_dependent_action_method_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity context_dependent_action_method_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 relationship_with_condition SELECT context_dependent_action_method_relationship


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2026-09-02T09:08:04-04:00