Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY surface_3d_element_integrated_matrix;
          descriptor : surface_3d_element_descriptor;
          property_type : surface_matrix_property_type;
          integration_description : text;
END_ENTITY; -- surface_3d_element_integrated_matrix

Entity data types and their attributes

surface_3d_element_integrated_matrix
          descriptor: surface_3d_element_descriptor;
          property_type: surface_matrix_property_type;
          integration_description: text;

Known subtypes

          surface_3d_element_integrated_matrix_with_definition (STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA)

Users

surface_3d_element_integrated_matrix

Global rules for this entity data type

          -

public interface ESurface_3d_element_integrated_matrix extends EEntity

descriptor (explicit attribute)

          boolean testDescriptor(ESurface_3d_element_integrated_matrix type)
          ESurface_3d_element_descriptor getDescriptor(ESurface_3d_element_integrated_matrix type)
          void setDescriptor(ESurface_3d_element_integrated_matrix type, ESurface_3d_element_descriptor value)
          void unsetDescriptor(ESurface_3d_element_integrated_matrix type)

property_type (explicit attribute)

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

integration_description (explicit attribute)

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

public class CSurface_3d_element_integrated_matrix implements ESurface_3d_element_integrated_matrix

          static EAttribute attributeDescriptor(ESurface_3d_element_integrated_matrix type)
          static int usedinDescriptor(ESurface_3d_element_integrated_matrix type, ESurface_3d_element_descriptor instance, ASdaiModel domain, ASurface_3d_element_integrated_matrix result)
          static EAttribute attributeProperty_type(ESurface_3d_element_integrated_matrix type)
          static int usedinProperty_type(ESurface_3d_element_integrated_matrix type, EEntity instance, ASdaiModel domain, ASurface_3d_element_integrated_matrix result)
          static EAttribute attributeIntegration_description(ESurface_3d_element_integrated_matrix type)

public class ASurface_3d_element_integrated_matrix extends AEntity

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