ENTITY tool_magazine_turret_carousel

(* SCHEMA process_planning_schema; *)
  ENTITY tool_magazine_turret_carousel
    SUBTYPE OF (action_resource);
    WHERE
      wr1: SIZEOF(QUERY ( adr <* USEDIN(SELF,
               'PROCESS_PLANNING_SCHEMA.RESOURCE_PROPERTY.RESOURCE') | (adr
               .description = 'tool capacity') )) = 1;
      wr2: SIZEOF(QUERY ( ar2 <* QUERY ( arr <* USEDIN(SELF,
               'PROCESS_PLANNING_SCHEMA.ACTION_RESOURCE_RELATIONSHIP.' + 
               'RELATING_RESOURCE') | (
               'PROCESS_PLANNING_SCHEMA.TOOL_ASSEMBLY_RELATIONSHIP' IN 
               TYPEOF(arr)) ) | ('PROCESS_PLANNING_SCHEMA.WORKSTATION' IN 
               TYPEOF(ar2.related_resource)) )) = 1;
  END_ENTITY; -- tool_magazine_turret_carousel

Explicit Attributes

Entity tool_magazine_turret_carousel has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)action_resource
 descriptiontext (STRING)action_resource
 usageSET OF supported_item (SELECT)action_resource
 kindaction_resource_type (ENTITY)action_resource

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity tool_magazine_turret_carousel inherits from the following supertypes:
  action_resource

Subtypes

    No subtypes

Referenced By

Entity tool_magazine_turret_carousel and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_resource_relationship ENTITY action_resource
 characterized_resource_definition SELECT action_resource
 requirement_for_action_resource ENTITY action_resource
 subtype_exclusiveness_action_resource RULE action_resource


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:19:47-04:00