Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY volume_position_weight;
          integration_position : volume_element_location;
          integration_weight : context_dependent_measure;
END_ENTITY; -- volume_position_weight

Entity data types and their attributes

volume_position_weight
          integration_position: volume_element_location;
          integration_weight: context_dependent_measure;

Users

volume_position_weight
          volume_2d_element_field_integration_explicit.integration_positions_and_weights
          volume_3d_element_field_integration_explicit.integration_positions_and_weights

Global rules for this entity data type

          -

public interface EVolume_position_weight extends EEntity

integration_position (explicit attribute)

          boolean testIntegration_position(EVolume_position_weight type)
          EVolume_element_location getIntegration_position(EVolume_position_weight type)
          void setIntegration_position(EVolume_position_weight type, EVolume_element_location value)
          void unsetIntegration_position(EVolume_position_weight type)

integration_weight (explicit attribute)

          boolean testIntegration_weight(EVolume_position_weight type)
          double getIntegration_weight(EVolume_position_weight type)
          void setIntegration_weight(EVolume_position_weight type, double value)
          void unsetIntegration_weight(EVolume_position_weight type)

public class CVolume_position_weight implements EVolume_position_weight

          static EAttribute attributeIntegration_position(EVolume_position_weight type)
          static int usedinIntegration_position(EVolume_position_weight type, EVolume_element_location instance, ASdaiModel domain, AVolume_position_weight result)
          static EAttribute attributeIntegration_weight(EVolume_position_weight type)

public class AVolume_position_weight extends AEntity

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