Navigation

class_of_property_space

A <class_of_property_space> is a <class_of_class> whose members are members of <property_space>.
EXAMPLE 1 Property curves, property areas, and property volumes of various dimensionality and degrees of freedom are members of <class_of_property_space>.
EXAMPLE 2 Pump performance curve is an example of <class_of_property_space>.

EXPRESS specification:

ENTITY class_of_property_space
SUBTYPE OF ( class_of_class);
END_ENTITY;

References (1):

Name Type Referred through Express-G
class_of_class Entity
Subtype
Diagram 3

Inheritance graph

ENTITY class_of_property_space;
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 class;
ENTITY class_of_abstract_object;
ENTITY class_of_class;
ENTITY class_of_property_space;
END_ENTITY;