ENTITY casting_product_definition
(* SCHEMA cast_parts_schema; *)
ENTITY casting_product_definition
SUBTYPE OF (product_definition);
WHERE
WR1: 'CAST_PARTS_SCHEMA.APPLICATION_CONTEXT_ELEMENT'
IN TYPEOF(SELF.frame_of_reference);
WR2: SELF.frame_of_reference.name = 'function definition';
(* --- tooliong to cast_part (as tooling designed_for)---- *)
wr3: SIZEOF(QUERY ( pdr <* USEDIN(SELF,
'CAST_PARTS_SCHEMA.'+
'PRODUCT_DEFINITION_RELATIONSHIP.RELATED_PRODUCT_DEFINITION') |
('CAST_PARTS_SCHEMA.CAST_PART'
IN TYPEOF(pdr.relating_product_definition))))=1;
(* --- tooliong to date ( as date_last_used)---- *)
wr4: (SIZEOF(QUERY(ada <* USEDIN(SELF ,
'CAST_PARTS_SCHEMA.APPLIED_DATE_ASSIGNMENT.ITEMS') |
(ada.role.name='date last used')))=1);
END_ENTITY; -- casting_product_definition
Explicit Attributes
Entity casting_product_definition has the following local and inherited explicit attributes:
Derived Attributes
Entity casting_product_definition has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity casting_product_definition inherits from the following supertypes:
product_definition
Subtypes
Entity casting_product_definition has the following subtypes:
core_box_tooling*
core_master
die_cast_master
die_cast_tooling*
die_master
die_mold_tooling*
investment_casting_master
investment_casting_tooling*
master_pattern
sand_casting_tooling*
* - Immediate Subtypes
Referenced By
Entity casting_product_definition 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