Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY volume_3d_element_integrated_matrix;
          descriptor : volume_3d_element_descriptor;
          property_type : matrix_property_type;
          integration_description : text;
END_ENTITY; -- volume_3d_element_integrated_matrix

Entity data types and their attributes

volume_3d_element_integrated_matrix
          descriptor: volume_3d_element_descriptor;
          property_type: matrix_property_type;
          integration_description: text;

Known subtypes

          volume_3d_element_integrated_matrix_with_definition (STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA)

Users

volume_3d_element_integrated_matrix

Global rules for this entity data type

          -

public interface EVolume_3d_element_integrated_matrix extends EEntity

descriptor (explicit attribute)

          boolean testDescriptor(EVolume_3d_element_integrated_matrix type)
          EVolume_3d_element_descriptor getDescriptor(EVolume_3d_element_integrated_matrix type)
          void setDescriptor(EVolume_3d_element_integrated_matrix type, EVolume_3d_element_descriptor value)
          void unsetDescriptor(EVolume_3d_element_integrated_matrix type)

property_type (explicit attribute)

          int testProperty_type(EVolume_3d_element_integrated_matrix type)
          case sProperty_typeEnumerated_matrix_property_type:
              int getProperty_type(EVolume_3d_element_integrated_matrix type, EEnumerated_matrix_property_type node1)
              void setProperty_type(EVolume_3d_element_integrated_matrix type, int value, EEnumerated_matrix_property_type node1)
          case sProperty_typeApplication_defined_matrix_property_type:
              String getProperty_type(EVolume_3d_element_integrated_matrix type, EApplication_defined_matrix_property_type node1)
              void setProperty_type(EVolume_3d_element_integrated_matrix type, String value, EApplication_defined_matrix_property_type node1)
          void unsetProperty_type(EVolume_3d_element_integrated_matrix type)

integration_description (explicit attribute)

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

public class CVolume_3d_element_integrated_matrix implements EVolume_3d_element_integrated_matrix

          static EAttribute attributeDescriptor(EVolume_3d_element_integrated_matrix type)
          static int usedinDescriptor(EVolume_3d_element_integrated_matrix type, EVolume_3d_element_descriptor instance, ASdaiModel domain, AVolume_3d_element_integrated_matrix result)
          static EAttribute attributeProperty_type(EVolume_3d_element_integrated_matrix type)
          static int usedinProperty_type(EVolume_3d_element_integrated_matrix type, EEntity instance, ASdaiModel domain, AVolume_3d_element_integrated_matrix result)
          static EAttribute attributeIntegration_description(EVolume_3d_element_integrated_matrix type)

public class AVolume_3d_element_integrated_matrix extends AEntity

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