ENTITY alternate_action_method_relationship

(* SCHEMA process_planning_schema; *)
  ENTITY alternate_action_method_relationship
    SUBTYPE OF (action_method_relationship);
    WHERE
      wr1: 'PROCESS_PLANNING_SCHEMA.PROCESS_PLAN_ACTIVITY' IN TYPEOF(SELF.
               related_method);
      wr2: 'PROCESS_PLANNING_SCHEMA.PROCESS_PLAN_ACTIVITY' IN TYPEOF(SELF.
               relating_method);
  END_ENTITY; -- alternate_action_method_relationship

Explicit Attributes

Entity alternate_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

Entity alternate_action_method_relationship inherits from the following supertypes:
  action_method_relationship

Subtypes

    No subtypes

Referenced By

Entity alternate_action_method_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 characterized_action_definition SELECT action_method_relationship
 relationship_with_condition SELECT action_method_relationship


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:43:08-04:00