Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


ENTITY calculated_state
          SUBTYPE OF (state);
END_ENTITY; -- calculated_state

Entity data types and their attributes

state
          state_id: identifier;
          description: text;
calculated_state
          -

Users

state
          control_analysis_step.initial_state
          control_linear_modes_and_frequencies_process.final_input_state
          control_linear_static_load_increment_process.final_input_state
          same_discretised_state_model.equivalent_records
                    discretised_state_model_select
          state_definition.defined_state
          state_relationship.related_state
          state_relationship.relating_state
          state_view_relationship.discretised_model
                    discretised_state_model_select
calculated_state
          result_linear_modes_and_frequencies_analysis_sub_step.states
          result_linear_static_analysis_sub_step.state

Global rules for this entity data type

          -

public interface ECalculated_state extends EState


public class CCalculated_state implements ECalculated_state


public class ACalculated_state extends AEntity

          public ECalculated_state getByIndex(int index)
          public ECalculated_state getCurrentMember(SdaiIterator it)