ENTITY state

(* SCHEMA finite_element_analysis_control_and_result_schema; *)
ENTITY state
  SUPERTYPE OF (ONEOF (specified_state,
                       calculated_state,
                       linearly_superimposed_state,
                       output_request_state));
  state_id                  : identifier;
  description               : text;
END_ENTITY;    

Explicit Attributes

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

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity state has the following subtypes:
    calculated_state*
    linearly_superimposed_state*
    output_request_state*
    specified_state*
    state_component*
    state_with_harmonic*
* - Immediate Subtypes

Referenced By

Entity 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_definition ENTITY state
 state_relationship ENTITY state


[Top Level Definitions] [Exit]

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