ENTITY analysis_method
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY analysis_method
SUPERTYPE OF (ONEOF
(analysis_method_dynamic,
analysis_method_pseudo_dynamic,
analysis_method_static) ANDOR
analysis_method_documented);
analysis_name : label;
analysis_assumptions : OPTIONAL text;
END_ENTITY;
Explicit Attributes
Entity analysis_method has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
analysis_name | label (STRING) | analysis_method |
analysis_assumptions | text (STRING) | analysis_method |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
Entity analysis_method has the following subtypes:
analysis_method_documented*
analysis_method_dynamic*
analysis_method_pseudo_dynamic*
analysis_method_static*
* - Immediate Subtypes
Referenced By
Entity analysis_method 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