ENTITY single_activity_relationship
(* SCHEMA process_planning_schema; *)
ENTITY single_activity_relationship
SUBTYPE OF (sequential_method);
WHERE
wr2: 'PROCESS_PLANNING_SCHEMA.MANUFACTURING_PROCESS' IN TYPEOF(SELF.
relating_method);
wr3: SIZEOF(['PROCESS_PLANNING_SCHEMA.MACHINE_SETUP',
'PROCESS_PLANNING_SCHEMA.TOOL_SETUP',
'PROCESS_PLANNING_SCHEMA.FIXTURE_SETUP',
'PROCESS_PLANNING_SCHEMA.ANCILLARY_SETUP'] * TYPEOF(SELF.
related_method)) = 1;
END_ENTITY; -- single_activity_relationship
Explicit Attributes
Entity single_activity_relationship has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity single_activity_relationship inherits from the following supertypes:
action_method_relationship
serial_action_method
sequential_method
Subtypes
No subtypesReferenced By
Entity single_activity_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:19:47-04:00