Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY surface_2d_element_integrated_matrix;
          descriptor : surface_2d_element_descriptor;
          property_type : surface_matrix_property_type;
          integration_description : text;
END_ENTITY; -- surface_2d_element_integrated_matrix

Entity data types and their attributes

surface_2d_element_integrated_matrix
          descriptor: surface_2d_element_descriptor;
          property_type: surface_matrix_property_type;
          integration_description: text;

Known subtypes

          surface_2d_element_integrated_matrix_with_definition (STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA)

Users

surface_2d_element_integrated_matrix

Global rules for this entity data type

          -

public interface ESurface_2d_element_integrated_matrix extends EEntity

descriptor (explicit attribute)

          int testDescriptor(ESurface_2d_element_integrated_matrix type)
          case 1
              EEntity getDescriptor(ESurface_2d_element_integrated_matrix type)
              void setDescriptor(ESurface_2d_element_integrated_matrix type, EEntity value, EEntity node1)
          void unsetDescriptor(ESurface_2d_element_integrated_matrix type)

property_type (explicit attribute)

          int testProperty_type(ESurface_2d_element_integrated_matrix type)
          case sProperty_typeEnumerated_surface_matrix_property_type:
              int getProperty_type(ESurface_2d_element_integrated_matrix type, EEnumerated_surface_matrix_property_type node1)
              void setProperty_type(ESurface_2d_element_integrated_matrix type, int value, EEnumerated_surface_matrix_property_type node1)
          case sProperty_typeApplication_defined_matrix_property_type:
              String getProperty_type(ESurface_2d_element_integrated_matrix type, EApplication_defined_matrix_property_type node1)
              void setProperty_type(ESurface_2d_element_integrated_matrix type, String value, EApplication_defined_matrix_property_type node1)
          void unsetProperty_type(ESurface_2d_element_integrated_matrix type)

integration_description (explicit attribute)

          boolean testIntegration_description(ESurface_2d_element_integrated_matrix type)
          String getIntegration_description(ESurface_2d_element_integrated_matrix type)
          void setIntegration_description(ESurface_2d_element_integrated_matrix type, String value)
          void unsetIntegration_description(ESurface_2d_element_integrated_matrix type)

public class CSurface_2d_element_integrated_matrix implements ESurface_2d_element_integrated_matrix

          static EAttribute attributeDescriptor(ESurface_2d_element_integrated_matrix type)
          static int usedinDescriptor(ESurface_2d_element_integrated_matrix type, EEntity instance, ASdaiModel domain, ASurface_2d_element_integrated_matrix result)
          static EAttribute attributeProperty_type(ESurface_2d_element_integrated_matrix type)
          static int usedinProperty_type(ESurface_2d_element_integrated_matrix type, EEntity instance, ASdaiModel domain, ASurface_2d_element_integrated_matrix result)
          static EAttribute attributeIntegration_description(ESurface_2d_element_integrated_matrix type)

public class ASurface_2d_element_integrated_matrix extends AEntity

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