Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


ENTITY control;
          model_ref : fea_model;
          control_id : identifier;
          creating_software : text;
          description : text;
          user_defined_control : SET [1:?] OF text;
          intended_analysis_code : SET [1:?] OF text;
UNIQUE
          ur1 : model_ref, control_id;
END_ENTITY; -- control

Entity data types and their attributes

control
          model_ref: fea_model;
          control_id: identifier;
          creating_software: text;
          description: text;
          user_defined_control: SET [1:?] OF text;
          intended_analysis_code: SET [1:?] OF text;

Users

control
          analysis_step.analysis_control
          applied_approval_assignment.items
                    approval_item
                              ap209e2_analysis_approval_item
          element_sequence.control_ref
          node_sequence.control_ref
          retention_assignment.items
                    retention_item

Global rules for this entity data type

          -

public interface EControl extends EEntity

model_ref (explicit attribute)

          boolean testModel_ref(EControl type)
          EFea_model getModel_ref(EControl type)
          void setModel_ref(EControl type, EFea_model value)
          void unsetModel_ref(EControl type)

control_id (explicit attribute)

          boolean testControl_id(EControl type)
          String getControl_id(EControl type)
          void setControl_id(EControl type, String value)
          void unsetControl_id(EControl type)

creating_software (explicit attribute)

          boolean testCreating_software(EControl type)
          String getCreating_software(EControl type)
          void setCreating_software(EControl type, String value)
          void unsetCreating_software(EControl type)

description (explicit attribute)

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

user_defined_control (explicit attribute)

          boolean testUser_defined_control(EControl type)
          A_String getUser_defined_control(EControl type)
          A_String createUser_defined_control(EControl type)
          void unsetUser_defined_control(EControl type)

intended_analysis_code (explicit attribute)

          boolean testIntended_analysis_code(EControl type)
          A_String getIntended_analysis_code(EControl type)
          A_String createIntended_analysis_code(EControl type)
          void unsetIntended_analysis_code(EControl type)

public class CControl implements EControl

          static EAttribute attributeModel_ref(EControl type)
          static int usedinModel_ref(EControl type, EFea_model instance, ASdaiModel domain, AControl result)
          static EAttribute attributeControl_id(EControl type)
          static EAttribute attributeCreating_software(EControl type)
          static EAttribute attributeDescription(EControl type)
          static EAttribute attributeUser_defined_control(EControl type)
          static EAttribute attributeIntended_analysis_code(EControl type)

public class AControl extends AEntity

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