Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY curve_2d_element_integrated_matrix;
          descriptor : curve_2d_element_descriptor;
          property_type : curve_matrix_property_type;
          integration_description : text;
END_ENTITY; -- curve_2d_element_integrated_matrix

Entity data types and their attributes

curve_2d_element_integrated_matrix
          descriptor: curve_2d_element_descriptor;
          property_type: curve_matrix_property_type;
          integration_description: text;

Known subtypes

          curve_2d_element_integrated_matrix_with_definition (STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA)

Users

curve_2d_element_integrated_matrix

Global rules for this entity data type

          -

public interface ECurve_2d_element_integrated_matrix extends EEntity

descriptor (explicit attribute)

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

property_type (explicit attribute)

          int testProperty_type(ECurve_2d_element_integrated_matrix type)
          case sProperty_typeEnumerated_curve_matrix_property_type:
              int getProperty_type(ECurve_2d_element_integrated_matrix type, EEnumerated_curve_matrix_property_type node1)
              void setProperty_type(ECurve_2d_element_integrated_matrix type, int value, EEnumerated_curve_matrix_property_type node1)
          case sProperty_typeApplication_defined_matrix_property_type:
              String getProperty_type(ECurve_2d_element_integrated_matrix type, EApplication_defined_matrix_property_type node1)
              void setProperty_type(ECurve_2d_element_integrated_matrix type, String value, EApplication_defined_matrix_property_type node1)
          void unsetProperty_type(ECurve_2d_element_integrated_matrix type)

integration_description (explicit attribute)

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

public class CCurve_2d_element_integrated_matrix implements ECurve_2d_element_integrated_matrix

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

public class ACurve_2d_element_integrated_matrix extends AEntity

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