Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


ENTITY control_analysis_step
          SUPERTYPE OF (ONEOF (control_linear_static_analysis_step, control_linear_modes_and_frequencies_analysis_step))
          SUBTYPE OF (analysis_step);
          step_id : identifier;
          sequence : INTEGER;
          initial_state : state;
          description : text;
UNIQUE
          ur2 : analysis_control, step_id;
          ur1 : analysis_control, sequence;
END_ENTITY; -- control_analysis_step

Entity data types and their attributes

analysis_step
          analysis_control: control;
control_analysis_step
          step_id: identifier;
          sequence: INTEGER;
          initial_state: state;
          description: text;

Known subtypes

          control_linear_modes_and_frequencies_analysis_step (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)
          control_linear_static_analysis_step (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)

Users

analysis_step
          action_view_relationship.discretised_model
                    discretised_action_model_select
          same_discretised_action_model.equivalent_records
                    discretised_action_model_select
control_analysis_step
          constraint_element.steps
          control_result_relationship.control
          output_request_state.steps

Global rules for this entity data type

          -

public interface EControl_analysis_step extends EAnalysis_step

step_id (explicit attribute)

          boolean testStep_id(EControl_analysis_step type)
          String getStep_id(EControl_analysis_step type)
          void setStep_id(EControl_analysis_step type, String value)
          void unsetStep_id(EControl_analysis_step type)

sequence (explicit attribute)

          boolean testSequence(EControl_analysis_step type)
          int getSequence(EControl_analysis_step type)
          void setSequence(EControl_analysis_step type, int value)
          void unsetSequence(EControl_analysis_step type)

initial_state (explicit attribute)

          boolean testInitial_state(EControl_analysis_step type)
          EState getInitial_state(EControl_analysis_step type)
          void setInitial_state(EControl_analysis_step type, EState value)
          void unsetInitial_state(EControl_analysis_step type)

description (explicit attribute)

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

public class CControl_analysis_step implements EControl_analysis_step

          static EAttribute attributeStep_id(EControl_analysis_step type)
          static EAttribute attributeSequence(EControl_analysis_step type)
          static EAttribute attributeInitial_state(EControl_analysis_step type)
          static int usedinInitial_state(EControl_analysis_step type, EState instance, ASdaiModel domain, AControl_analysis_step result)
          static EAttribute attributeDescription(EControl_analysis_step type)

public class AControl_analysis_step extends AEntity

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