Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY volume_2d_element_integrated_matrix;
          descriptor : volume_2d_element_descriptor;
          property_type : matrix_property_type;
          integration_description : text;
END_ENTITY; -- volume_2d_element_integrated_matrix

Entity data types and their attributes

volume_2d_element_integrated_matrix
          descriptor: volume_2d_element_descriptor;
          property_type: matrix_property_type;
          integration_description: text;

Known subtypes

          volume_2d_element_integrated_matrix_with_definition (STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA)

Users

volume_2d_element_integrated_matrix

Global rules for this entity data type

          -

public interface EVolume_2d_element_integrated_matrix extends EEntity

descriptor (explicit attribute)

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

property_type (explicit attribute)

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

integration_description (explicit attribute)

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

public class CVolume_2d_element_integrated_matrix implements EVolume_2d_element_integrated_matrix

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

public class AVolume_2d_element_integrated_matrix extends AEntity

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