ENTITY control_analysis_step
(* SCHEMA structural_analysis_design; *)
ENTITY control_analysis_step
SUPERTYPE OF (ONEOF (control_linear_static_analysis_step,
control_linear_modes_and_frequencies_analysis_step))
SUBTYPE OF (analysis_step);
step_id : identifier;
sequence : INTEGER;
initial_state : state;
description : text;
UNIQUE
ur1 : analysis_control, sequence;
ur2 : analysis_control, step_id;
END_ENTITY; -- control_analysis_step
Explicit Attributes
Entity control_analysis_step has the following local and inherited explicit attributes:
| Attribute | Type | Defined By |
|---|
| analysis_control | control (ENTITY) | analysis_step |
| step_id | identifier (STRING) | control_analysis_step |
| sequence | INTEGER | control_analysis_step |
| initial_state | state (ENTITY) | control_analysis_step |
| description | text (STRING) | control_analysis_step |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity control_analysis_step inherits from the following supertypes:
analysis_step
Subtypes
Entity control_analysis_step has the following subtypes:
control_linear_modes_and_frequencies_analysis_step*
control_linear_static_analysis_step*
control_linear_static_analysis_step_with_harmonic
* - Immediate Subtypes
Referenced By
Entity control_analysis_step and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:15:05-04:00