Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_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; -- state

Entity data types and their attributes

state
          state_id: identifier;
          description: text;

Known subtypes

          calculated_state (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)
          linearly_superimposed_state (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)
          output_request_state (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)
          specified_state (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)
          state_component (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)
          state_with_harmonic (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)

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

Global rules for this entity data type

          -

public interface EState extends EEntity

state_id (explicit attribute)

          boolean testState_id(EState type)
          String getState_id(EState type)
          void setState_id(EState type, String value)
          void unsetState_id(EState type)

description (explicit attribute)

          boolean testDescription(EState type)
          String getDescription(EState type)
          void setDescription(EState type, String value)
          void unsetDescription(EState type)

public class CState implements EState

          static EAttribute attributeState_id(EState type)
          static EAttribute attributeDescription(EState type)

public class AState extends AEntity

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