Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


ENTITY state_definition
          SUPERTYPE OF (ONEOF (field_variable_definition, nodal_freedom_and_value_definition, element_nodal_freedom_actions, point_freedom_and_value_definition, curve_freedom_and_value_definition, surface_freedom_and_value_definition, solid_freedom_and_value_definition, linear_constraint_equation_element_value, single_point_constraint_element_values, analysis_message));
          defined_state : state;
END_ENTITY; -- state_definition

Entity data types and their attributes

state_definition
          defined_state: state;

Known subtypes

          analysis_message (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)
          curve_freedom_and_value_definition (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)
          element_nodal_freedom_actions (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)
          field_variable_definition (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)
          linear_constraint_equation_element_value (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)
          nodal_freedom_and_value_definition (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)
          point_freedom_and_value_definition (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)
          single_point_constraint_element_values (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)
          solid_freedom_and_value_definition (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)
          surface_freedom_and_value_definition (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)

Users

state_definition
          distribution_view_relationship.discretised_model
                    discretised_distribution_model_select
          same_discretised_distribution_model.equivalent_records
                    discretised_distribution_model_select

Global rules for this entity data type

          -

public interface EState_definition extends EEntity

defined_state (explicit attribute)

          boolean testDefined_state(EState_definition type)
          EState getDefined_state(EState_definition type)
          void setDefined_state(EState_definition type, EState value)
          void unsetDefined_state(EState_definition type)

public class CState_definition implements EState_definition

          static EAttribute attributeDefined_state(EState_definition type)
          static int usedinDefined_state(EState_definition type, EState instance, ASdaiModel domain, AState_definition result)

public class AState_definition extends AEntity

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