Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


ENTITY linearly_superimposed_state
          SUBTYPE OF (state);
INVERSE
          components : SET [1:?] OF state_component FOR state;
END_ENTITY; -- linearly_superimposed_state

Entity data types and their attributes

state
          state_id: identifier;
          description: text;
linearly_superimposed_state
          (INV) components: SET [1:?] OF state_component FOR 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
linearly_superimposed_state
          state_component.state

Global rules for this entity data type

          -

public interface ELinearly_superimposed_state extends EState

components (inverse attribute)

          AState_component getComponents(ELinearly_superimposed_state type, ASdaiModel domain)

public class CLinearly_superimposed_state implements ELinearly_superimposed_state

          static EAttribute attributeComponents(ELinearly_superimposed_state type)

public class ALinearly_superimposed_state extends AEntity

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