ENTITY control_analysis_step

(* SCHEMA finite_element_analysis_control_and_result_schema; *)
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: SELF\analysis_step.analysis_control, sequence;
  UR2: SELF\analysis_step.analysis_control, step_id;
END_ENTITY;    

Explicit Attributes

Entity control_analysis_step has the following local and inherited explicit attributes:
AttributeTypeDefined By
 analysis_controlcontrol (ENTITY)analysis_step
 step_ididentifier (STRING)control_analysis_step
 sequenceINTEGERcontrol_analysis_step
 initial_statestate (ENTITY)control_analysis_step
 descriptiontext (STRING)control_analysis_step

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

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:
DefinitionTypeReferenced Entity
 analysis_step ENTITY control_analysis_step
 constraint_element ENTITY control_analysis_step
 control_analysis_step ENTITY analysis_step
 control_result_relationship ENTITY control_analysis_step
 output_request_state ENTITY control_analysis_step
 result_analysis_step ENTITY analysis_step


[Top Level Definitions] [Exit]

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