State for product Application Object


A State_for_product is a Mapping that is between a State and a Product_specification_or_set, and that indicates:

EXAMPLE - 'Part type XYZ_123' is a Product_specification_or_set. 'Part type XYZ after 100000 hours' is a State specification.

The relationship between:

that indicates:

is a State_for_product.

EXAMPLE - 'Part type XYZ_123' is a Product_specification_or_set. 'Part type XYZ at full powers' is a State specification.

The relationship between:

that indicates:

is a State_for_product.

EXPRESS specification:

*)
ENTITY State_for_product
  SUBTYPE OF (Mapping);
  product  :  Product_specification_or_set
  state  :  State;
END_ENTITY;
(*

Attribute definitions:

product: the Product_specification_or_set that can be in the state.

state: the State that can exist for the product.