Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY grounded_damper
          SUBTYPE OF (point_element_matrix);
          damping_coefficients : ARRAY [1:6] OF context_dependent_measure;
END_ENTITY; -- grounded_damper

Entity data types and their attributes

point_element_matrix
          -
grounded_damper
          damping_coefficients: ARRAY [1:6] OF context_dependent_measure;

Users

point_element_matrix
          point_element_representation.matrix_set
grounded_damper

Global rules for this entity data type

          -

public interface EGrounded_damper extends EPoint_element_matrix

damping_coefficients (explicit attribute)

          boolean testDamping_coefficients(EGrounded_damper type)
          A_double getDamping_coefficients(EGrounded_damper type)
          A_double createDamping_coefficients(EGrounded_damper type)
          void unsetDamping_coefficients(EGrounded_damper type)

public class CGrounded_damper implements EGrounded_damper

          static EAttribute attributeDamping_coefficients(EGrounded_damper type)

public class AGrounded_damper extends AEntity

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