ENTITY continuous_process_relationship

(* SCHEMA cast_parts_schema; *)
  ENTITY continuous_process_relationship
    SUBTYPE OF (sequential_method);
    WHERE
      wr1: 'CAST_PARTS_SCHEMA.MANUFACTURING_PROCESS' IN TYPEOF(SELF.
               related_method);
      wr2: 'CAST_PARTS_SCHEMA.MANUFACTURING_PROCESS' IN TYPEOF(SELF.
               relating_method);
      wr3: SELF.description IN ['serial','batch','serial and batch'];
  END_ENTITY; -- continuous_process_relationship

Explicit Attributes

Entity continuous_process_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 continuous_process_relationship inherits from the following supertypes:
  action_method_relationship
    serial_action_method
      sequential_method

Subtypes

    No subtypes

Referenced By

Entity continuous_process_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:17:48-04:00