Navigation

multidimensional_number_space

A <multidimensional_number_space> is a <number_space> and a <multidimensional_object>.
EXAMPLE R3, the space defined as being all the triples of real numbers (e.g. <1.0, 2.1, 5.4>), is a <multidimensional_number_space>.

EXPRESS specification:

ENTITY multidimensional_number_space
SUBTYPE OF ( number_space, multidimensional_object);
END_ENTITY;

References (2):

Name Type Referred through Express-G
multidimensional_object Entity
Subtype
Diagram 4
number_space Entity
Subtype
Diagram 5

Inheritance graph

ENTITY multidimensional_number_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_number;
ENTITY number_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 multidimensional_object;
elements  :  LIST [1:?] OF thing;
position  :  OPTIONAL LIST [1:?] OF INTEGER;
ENTITY multidimensional_number_space;
END_ENTITY;