Navigation

analysis_results_set_envelope

EXPRESS specification:

ENTITY analysis_results_set_envelope
SUBTYPE OF ( analysis_results_set);
max_or_min  :  maximum_or_minimum;
component_combinations  :  SET [1:?] OF analysis_results_set_combined;
END_ENTITY;

References (1):

Name Type Referred through Express-G
analysis_results_set Entity
Subtype
No Diagram

Inheritance graph

ENTITY analysis_results_set_envelope;
ENTITY analysis_results_set;
results_set_name  :  label;
component_results  :  SET [1:?] OF analysis_result;
ENTITY analysis_results_set_envelope;
max_or_min  :  maximum_or_minimum;
component_combinations  :  SET [1:?] OF analysis_results_set_combined;
END_ENTITY;