Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


ENTITY state_component
          SUBTYPE OF (state);
          state : linearly_superimposed_state;
          factor : context_dependent_measure;
END_ENTITY; -- state_component

Entity data types and their attributes

state
          state_id: identifier;
          description: text;
state_component
          state: linearly_superimposed_state;
          factor: context_dependent_measure;

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
state_component

Global rules for this entity data type

          -

public interface EState_component extends EState

state (explicit attribute)

          boolean testState(EState_component type)
          ELinearly_superimposed_state getState(EState_component type)
          void setState(EState_component type, ELinearly_superimposed_state value)
          void unsetState(EState_component type)

factor (explicit attribute)

          boolean testFactor(EState_component type)
          double getFactor(EState_component type)
          void setFactor(EState_component type, double value)
          void unsetFactor(EState_component type)

public class CState_component implements EState_component

          static EAttribute attributeState(EState_component type)
          static int usedinState(EState_component type, ELinearly_superimposed_state instance, ASdaiModel domain, AState_component result)
          static EAttribute attributeFactor(EState_component type)

public class AState_component extends AEntity

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