Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


ENTITY state_with_harmonic
          SUBTYPE OF (state);
          symmetry : cylindrical_symmetry_control;
END_ENTITY; -- state_with_harmonic

Entity data types and their attributes

state
          state_id: identifier;
          description: text;
state_with_harmonic
          symmetry: cylindrical_symmetry_control;

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_with_harmonic

Global rules for this entity data type

          -

public interface EState_with_harmonic extends EState

symmetry (explicit attribute)

          boolean testSymmetry(EState_with_harmonic type)
          ECylindrical_symmetry_control getSymmetry(EState_with_harmonic type)
          void setSymmetry(EState_with_harmonic type, ECylindrical_symmetry_control value)
          void unsetSymmetry(EState_with_harmonic type)

public class CState_with_harmonic implements EState_with_harmonic

          static EAttribute attributeSymmetry(EState_with_harmonic type)
          static int usedinSymmetry(EState_with_harmonic type, ECylindrical_symmetry_control instance, ASdaiModel domain, AState_with_harmonic result)

public class AState_with_harmonic extends AEntity

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