ENTITY control_process

(* SCHEMA finite_element_analysis_control_and_result_schema; *)
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;

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:14:00-04:00