ENTITY analysis_results_set
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY analysis_results_set
SUPERTYPE OF (ONEOF
(analysis_results_set_basic,
analysis_results_set_combined,
analysis_results_set_envelope,
analysis_results_set_redistributed));
results_set_name : label;
component_results : SET [1:?] OF analysis_result;
END_ENTITY;
Explicit Attributes
Entity analysis_results_set has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
results_set_name | label (STRING) | analysis_results_set |
component_results | SET OF analysis_result (ENTITY) | analysis_results_set |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
Entity analysis_results_set has the following subtypes:
analysis_results_set_basic*
analysis_results_set_combined*
analysis_results_set_envelope*
analysis_results_set_redistributed*
* - Immediate Subtypes
Referenced By
Entity analysis_results_set and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00