Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


ENTITY output_request_state
          SUBTYPE OF (state);
          steps : SET [1:?] OF control_analysis_step;
END_ENTITY; -- output_request_state

Entity data types and their attributes

state
          state_id: identifier;
          description: text;
output_request_state
          steps: SET [1:?] OF control_analysis_step;

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
output_request_state

Global rules for this entity data type

          -

public interface EOutput_request_state extends EState

steps (explicit attribute)

          boolean testSteps(EOutput_request_state type)
          AControl_analysis_step getSteps(EOutput_request_state type)
          AControl_analysis_step createSteps(EOutput_request_state type)
          void unsetSteps(EOutput_request_state type)

public class COutput_request_state implements EOutput_request_state

          static EAttribute attributeSteps(EOutput_request_state type)
          static int usedinSteps(EOutput_request_state type, EControl_analysis_step instance, ASdaiModel domain, AOutput_request_state result)

public class AOutput_request_state extends AEntity

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