Navigation

specialization_by_domain

A <specialization_by_domain> is a <specialization> that indicates that the member of the <role_and_domain> is a <specialization> of the domain <class>.
EXAMPLE Manufacturing company is a specialization of the company domain.

EXPRESS specification:

ENTITY specialization_by_domain
SUBTYPE OF ( specialization);
SELF\specialization.subclass  :  role_and_domain;
END_ENTITY;

Attribute definitions:

subclass  :  The <role_and_domain> that is the subclass of the <class>.

References (1):

Name Type Referred through Express-G
specialization Entity
Subtype
Diagram 2

Inheritance graph

ENTITY specialization_by_domain;
ENTITY thing;
id  :  STRING;
record_copy_created  :  OPTIONAL representation_of_Gregorian_date_and_UTC_time;
record_created  :  OPTIONAL representation_of_Gregorian_date_and_UTC_time;
record_creator  :  OPTIONAL possible_individual;
record_logically_deleted  :  OPTIONAL representation_of_Gregorian_date_and_UTC_time;
why_deleted  :  OPTIONAL class_of_information_representation;
ENTITY abstract_object;
ENTITY relationship;
ENTITY specialization;
superclass  :  class;
ENTITY specialization_by_domain;
subclass  :  role_and_domain;
END_ENTITY;