ENTITY context_dependent_action_relationship

(* SCHEMA method_definition_schema; *)
ENTITY context_dependent_action_relationship;
  name                  : label;
  relating_relationship : action_relationship;
  related_relationship  : action_relationship;
UNIQUE
  UR1: relating_relationship, related_relationship;
WHERE
  WR1: relating_relationship.relating_action :=:
       related_relationship.relating_action;
END_ENTITY;

Explicit Attributes

Entity context_dependent_action_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)context_dependent_action_relationship
 relating_relationshipaction_relationship (ENTITY)context_dependent_action_relationship
 related_relationshipaction_relationship (ENTITY)context_dependent_action_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

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


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:13:59-04:00