Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY surface_section_integration_rule;
          integration_method : integration_rule;
          integration_order : INTEGER;
END_ENTITY; -- surface_section_integration_rule

Entity data types and their attributes

surface_section_integration_rule
          integration_method: integration_rule;
          integration_order: INTEGER;

Users

surface_section_integration_rule
          surface_2d_element_integration.section
                    surface_section_integration
          surface_3d_element_integration.section
                    surface_section_integration

Global rules for this entity data type

          -

public interface ESurface_section_integration_rule extends EEntity

integration_method (explicit attribute)

          boolean testIntegration_method(ESurface_section_integration_rule type)
          int getIntegration_method(ESurface_section_integration_rule type)
          void setIntegration_method(ESurface_section_integration_rule type, int value)
          void unsetIntegration_method(ESurface_section_integration_rule type)

integration_order (explicit attribute)

          boolean testIntegration_order(ESurface_section_integration_rule type)
          int getIntegration_order(ESurface_section_integration_rule type)
          void setIntegration_order(ESurface_section_integration_rule type, int value)
          void unsetIntegration_order(ESurface_section_integration_rule type)

public class CSurface_section_integration_rule implements ESurface_section_integration_rule

          static EAttribute attributeIntegration_method(ESurface_section_integration_rule type)
          static EAttribute attributeIntegration_order(ESurface_section_integration_rule type)

public class ASurface_section_integration_rule extends AEntity

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