Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY curve_3d_element_integrated_matrix;
          descriptor : curve_3d_element_descriptor;
          property_type : curve_matrix_property_type;
          integration_description : text;
END_ENTITY; -- curve_3d_element_integrated_matrix

Entity data types and their attributes

curve_3d_element_integrated_matrix
          descriptor: curve_3d_element_descriptor;
          property_type: curve_matrix_property_type;
          integration_description: text;

Known subtypes

          curve_3d_element_integrated_matrix_with_definition (STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA)

Users

curve_3d_element_integrated_matrix

Global rules for this entity data type

          -

public interface ECurve_3d_element_integrated_matrix extends EEntity

descriptor (explicit attribute)

          boolean testDescriptor(ECurve_3d_element_integrated_matrix type)
          ECurve_3d_element_descriptor getDescriptor(ECurve_3d_element_integrated_matrix type)
          void setDescriptor(ECurve_3d_element_integrated_matrix type, ECurve_3d_element_descriptor value)
          void unsetDescriptor(ECurve_3d_element_integrated_matrix type)

property_type (explicit attribute)

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

integration_description (explicit attribute)

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

public class CCurve_3d_element_integrated_matrix implements ECurve_3d_element_integrated_matrix

          static EAttribute attributeDescriptor(ECurve_3d_element_integrated_matrix type)
          static int usedinDescriptor(ECurve_3d_element_integrated_matrix type, ECurve_3d_element_descriptor instance, ASdaiModel domain, ACurve_3d_element_integrated_matrix result)
          static EAttribute attributeProperty_type(ECurve_3d_element_integrated_matrix type)
          static int usedinProperty_type(ECurve_3d_element_integrated_matrix type, EEntity instance, ASdaiModel domain, ACurve_3d_element_integrated_matrix result)
          static EAttribute attributeIntegration_description(ECurve_3d_element_integrated_matrix type)

public class ACurve_3d_element_integrated_matrix extends AEntity

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