Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY volume_3d_element_field_integration_explicit;
          integration_positions_and_weights : SET [1:?] OF volume_position_weight;
END_ENTITY; -- volume_3d_element_field_integration_explicit

Entity data types and their attributes

volume_3d_element_field_integration_explicit
          integration_positions_and_weights: SET [1:?] OF volume_position_weight;

Users

volume_3d_element_field_integration_explicit
          volume_3d_element_integrated_matrix_with_definition.integration_definition
                    volume_3d_element_field_integration

Global rules for this entity data type

          -

public interface EVolume_3d_element_field_integration_explicit extends EEntity

integration_positions_and_weights (explicit attribute)

          boolean testIntegration_positions_and_weights(EVolume_3d_element_field_integration_explicit type)
          AVolume_position_weight getIntegration_positions_and_weights(EVolume_3d_element_field_integration_explicit type)
          AVolume_position_weight createIntegration_positions_and_weights(EVolume_3d_element_field_integration_explicit type)
          void unsetIntegration_positions_and_weights(EVolume_3d_element_field_integration_explicit type)

public class CVolume_3d_element_field_integration_explicit implements EVolume_3d_element_field_integration_explicit

          static EAttribute attributeIntegration_positions_and_weights(EVolume_3d_element_field_integration_explicit type)
          static int usedinIntegration_positions_and_weights(EVolume_3d_element_field_integration_explicit type, EVolume_position_weight instance, ASdaiModel domain, AVolume_3d_element_field_integration_explicit result)

public class AVolume_3d_element_field_integration_explicit extends AEntity

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