Element of parameterisation Application Object


An Element_of_parameterisation is a Classification that is between a Parameterisation and a Parameterisation_element, and that indicates the Parameterisation_element is a member of the Parameterisation.

EXPRESS specification:

*)
ENTITY Element_of_parameterisation
  SUBTYPE OF (Classification);
  class  :  Parameterisation;
  member  :  Parameterisation_element;
END_ENTITY;
(*

Attribute definitions:

class: the Parameterisation that contains the member.

member: the Parameterisation_element that is a members of the class.