ENTITY machine_setup
(* SCHEMA process_planning_schema; *)
ENTITY machine_setup
SUBTYPE OF (process_plan_activity);
WHERE
wr1: SIZEOF(QUERY ( am <* QUERY ( arr <* USEDIN(SELF,'PROCESS_PLANNING_SCHEMA.ACTION_RESOURCE_REQUIREMENT.OPERATIONS')
| (
'PROCESS_PLANNING_SCHEMA.REQUIREMENT_FOR_ACTION_RESOURCE' IN
TYPEOF(arr)) ) | (NOT (SIZEOF(QUERY ( it <* am.resources |
('PROCESS_PLANNING_SCHEMA.MACHINE' IN TYPEOF(it)) )) >= 1)) ))
= 0;
END_ENTITY; -- machine_setup
Explicit Attributes
Entity machine_setup has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity machine_setup inherits from the following supertypes:
action_method
process_plan_activity
Subtypes
No subtypesReferenced By
Entity machine_setup 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