Navigation

multidimensional_scale

A <multidimensional_scale> is a <scale> that is also a <multidimensional_object>.
EXAMPLE A [Celsius, seconds] scale is a <multidimensional_scale> on which temperature variation over time can be plotted.

EXPRESS specification:

ENTITY multidimensional_scale
SUBTYPE OF ( scale, multidimensional_object);
END_ENTITY;

References (3):

Name Type Referred through Express-G
coordinate_system Entity
Supertype
Diagram 28
multidimensional_object Entity
Subtype
Diagram 4
scale Entity
Subtype
Diagram 28

Inheritance graph

ENTITY multidimensional_scale;
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_relationship;
end_1_cardinality  :  OPTIONAL cardinality;
end_2_cardinality  :  OPTIONAL cardinality;
ENTITY class_of_functional_mapping;
ENTITY class_of_isomorphic_functional_mapping;
ENTITY scale;
codomain  :  number_space;
domain  :  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 multidimensional_object;
elements  :  LIST [1:?] OF thing;
position  :  OPTIONAL LIST [1:?] OF INTEGER;
ENTITY multidimensional_scale;
END_ENTITY;