ENTITY manufacturing_activity_relationship

(* SCHEMA process_planning_schema; *)
  ENTITY manufacturing_activity_relationship
    SUBTYPE OF (sequential_method);
    WHERE
      wr1: 'PROCESS_PLANNING_SCHEMA.MANUFACTURING_PROCESS' IN TYPEOF(SELF.
               relating_method);
      wr2: 'PROCESS_PLANNING_SCHEMA.MANUFACTURING_ACTIVITY' IN TYPEOF(SELF
               .related_method);
  END_ENTITY; -- manufacturing_activity_relationship

Explicit Attributes

Entity manufacturing_activity_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
 sequence_positioncount_measure (NUMBER)sequential_method

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity manufacturing_activity_relationship inherits from the following supertypes:
  action_method_relationship
    serial_action_method
      sequential_method

Subtypes

    No subtypes

Referenced By

Entity manufacturing_activity_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 Tools® EXPRESS to HTML Converter
2012-03-27T17:19:47-04:00