Navigation

property_space

A <property_space> is a <class_of_property> whose members are a coherent continuum of <property>.
EXAMPLE 1 The set of temperature properties, known as temperature, is a <property_space>.
EXAMPLE 2 The members of the pressure and flow rate <class_of_property> that fall on a particular pump curve is a <property_space>.

EXPRESS specification:

ENTITY property_space
SUBTYPE OF ( class_of_property);
END_ENTITY;

References (10):

Name Type Referred through Express-G
boundary_of_property_space Entity
Attribute 'subclass'
Attribute 'superclass'
Diagram 27
class_of_indirect_property Entity
Attribute 'property_space'
Diagram 26
class_of_property Entity
Subtype
Diagram 27
class_of_shape Entity
Supertype
Diagram 29
multidimensional_property_space Entity
Supertype
Diagram 27
property_range Entity
Supertype
Diagram 27
property_space_for_class_of_shape_dimension Entity
Attribute 'property_space'
Diagram 29
scale Entity
Attribute 'domain'
Diagram 28
single_property_dimension Entity
Supertype
Diagram 27

Inheritance graph

ENTITY 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_class_of_individual;
ENTITY class_of_property;
ENTITY property_space;
END_ENTITY;