Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


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

Entity data types and their attributes

point_element_matrix
          -
grounded_spring
          stiffness_coefficients: ARRAY [1:6] OF context_dependent_measure;

Users

point_element_matrix
          point_element_representation.matrix_set
grounded_spring

Global rules for this entity data type

          -

public interface EGrounded_spring extends EPoint_element_matrix

stiffness_coefficients (explicit attribute)

          boolean testStiffness_coefficients(EGrounded_spring type)
          A_double getStiffness_coefficients(EGrounded_spring type)
          A_double createStiffness_coefficients(EGrounded_spring type)
          void unsetStiffness_coefficients(EGrounded_spring type)

public class CGrounded_spring implements EGrounded_spring

          static EAttribute attributeStiffness_coefficients(EGrounded_spring type)

public class AGrounded_spring extends AEntity

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