requirement_specification - hqdmTop/hqdmFramework GitHub Wiki
A
class_of_spatio_temporal_extentthat is theintersection_ofone or moreclass_of_state.
-
intersection_of: Asubtype_ofrelationship type where eachrequirement_specificationis theintersection_ofone or moreclass_of_state.- Note: The
requirement_specificationis a subtype of each of the relatedclass_of_state.
- Note: The

ENTITY requirement_specification
SUBTYPE OF(class_of_spatio_temporal_extent);
intersection_of : SET [1:?] OF class_of_state;
END_ENTITY;
Inheritance Graph
ENTITY requirement_specification;
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 requirement_specification;
intersection_of : SET [1:?] OF class_of_state;
END_ENTITY;