Class of physical individual Application Object


A Class_of_physical_individual is a Class that has instances of Physical_individual as members.

A Class_of_physical_individual can be one of the following:

NOTE - This application object has been defined to indicate the common semantics of other application objects which are specialisations or populations of it. This application object has no interpretation on to the MIM. Instead each of its subtypes is interpreted separately.

EXPRESS specification:

*)
ENTITY Class_of_physical_individual
  ABSTRACT SUPERTYPE OF (ONEOF (
  Activity,
  Product_specification_or_set,
  Independent_property_definition,
  State))
  SUBTYPE OF (Class);
END_ENTITY;
(*