physical_quantity_range - hqdmTop/hqdmFramework GitHub Wiki
A
physical_property_rangethat ranges overphysical_quantityvalues.
-
upper_bound: Asupertype_ofrelationship type where eachphysical_quantity_rangemust have asupper_boundexactly onephysical_quantity. -
lower_bound: Asupertype_ofrelationship type where eachphysical_quantity_rangemust have aslower_boundexactly onephysical_quantity.

ENTITY physical_quantity_range
SUBTYPE OF(physical_property_range);
upper_bound : physical_quantity;
lower_bound : physical_quantity;
END_ENTITY;
Inheritance Graph
ENTITY physical_quantity_range;
ENTITY thing;
member__of : OPTIONAL SET [1:?] OF class;
ENTITY abstract_object;
ENTITY class;
member_of : OPTIONAL SET [1:?] OF class_of_class;
has_superclass : OPTIONAL SET [1:?] OF class;
ENTITY class_of_spatio_temporal_extent;
member_of_ : OPTIONAL SET [1:?] OF class_of_class_of_spatio_temporal_extent;
part__of_by_class : OPTIONAL SET [1:?] OF class_of_spatio_temporal_extent;
INVERSE
consists__of_by_class : SET [1:?] OF class_of_spatio_temporal_extent FOR part__of_by_class;
ENTITY class_of_state;
ENTITY physical_property_range;
ranges_over : SET [1:?] OF physical_property;
ENTITY physical_quantity_range;
upper_bound : physical_quantity;
lower_bound : physical_quantity;
END_ENTITY;