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:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity continuous_process_relationship inherits from the following supertypes:
action_method_relationship
serial_action_method
sequential_method
Subtypes
No subtypesReferenced By
Entity continuous_process_relationship and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:17:48-04:00