ENTITY output_request_state

(* SCHEMA structural_analysis_design; *)
  ENTITY output_request_state
    SUBTYPE OF (state);
      steps : SET [1:?] OF control_analysis_step;
  END_ENTITY; -- output_request_state

Explicit Attributes

Entity output_request_state has the following local and inherited explicit attributes:
AttributeTypeDefined By
 state_ididentifier (STRING)state
 descriptiontext (STRING)state
 stepsSET OF control_analysis_step (ENTITY)output_request_state

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity output_request_state inherits from the following supertypes:
  state

Subtypes

    No subtypes

Referenced By

Entity output_request_state and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 control_analysis_step ENTITY state
 control_linear_modes_and_frequencies_process ENTITY state
 control_linear_static_load_increment_process ENTITY state
 state ENTITY output_request_state
 state_definition ENTITY state
 state_relationship ENTITY state


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:15:06-04:00