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:
AttributeTypeDefined By
 analysis_namelabel (STRING)analysis_method
 analysis_assumptionstext (STRING)analysis_method

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

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:
DefinitionTypeReferenced Entity
 analysis_model ENTITY analysis_method
 analysis_result ENTITY analysis_method
 load_case ENTITY analysis_method
 select_analysis_model_item SELECT analysis_method


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00