ENTITY control_process

(* SCHEMA structural_analysis_design; *)
  ENTITY control_process
    SUPERTYPE OF (ONEOF (control_linear_static_load_increment_process,
        control_linear_modes_and_frequencies_process));
      process_id  : identifier;
      description : text;
  END_ENTITY; -- control_process

Explicit Attributes

Entity control_process has the following local and inherited explicit attributes:
AttributeTypeDefined By
 process_ididentifier (STRING)control_process
 descriptiontext (STRING)control_process

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity control_process has the following subtypes:
    control_linear_modes_and_frequencies_process*
    control_linear_static_load_increment_process*
* - Immediate Subtypes

Referenced By

    Not referenced by any other definition


[Top Level Definitions] [Exit]

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