Creating activity for product Application Object


A Creating_activity_for_product is a Activity_for_product that indicates the product does not exist before the activity.

EXAMPLE - 'Part type XYZ_123' is a Product_specification_or_set. 'Part type XYZ_123 manufacturing process 1' is an Activity specification.

The relationship between:

that indicates:

is a Creating_activity_for_product.

EXPRESS specification:

*)
ENTITY Creating_activity_for_product
  SUBTYPE OF (Activity_for_product);
END_ENTITY;
(*