Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY directionally_explicit_element_coefficient;
          property_type : matrix_property_type;
          coefficient : context_dependent_measure;
END_ENTITY; -- directionally_explicit_element_coefficient

Entity data types and their attributes

directionally_explicit_element_coefficient
          property_type: matrix_property_type;
          coefficient: context_dependent_measure;

Users

directionally_explicit_element_coefficient
          directionally_explicit_element_representation.coefficient

Global rules for this entity data type

          -

public interface EDirectionally_explicit_element_coefficient extends EEntity

property_type (explicit attribute)

          int testProperty_type(EDirectionally_explicit_element_coefficient type)
          case sProperty_typeEnumerated_matrix_property_type:
              int getProperty_type(EDirectionally_explicit_element_coefficient type, EEnumerated_matrix_property_type node1)
              void setProperty_type(EDirectionally_explicit_element_coefficient type, int value, EEnumerated_matrix_property_type node1)
          case sProperty_typeApplication_defined_matrix_property_type:
              String getProperty_type(EDirectionally_explicit_element_coefficient type, EApplication_defined_matrix_property_type node1)
              void setProperty_type(EDirectionally_explicit_element_coefficient type, String value, EApplication_defined_matrix_property_type node1)
          void unsetProperty_type(EDirectionally_explicit_element_coefficient type)

coefficient (explicit attribute)

          boolean testCoefficient(EDirectionally_explicit_element_coefficient type)
          double getCoefficient(EDirectionally_explicit_element_coefficient type)
          void setCoefficient(EDirectionally_explicit_element_coefficient type, double value)
          void unsetCoefficient(EDirectionally_explicit_element_coefficient type)

public class CDirectionally_explicit_element_coefficient implements EDirectionally_explicit_element_coefficient

          static EAttribute attributeProperty_type(EDirectionally_explicit_element_coefficient type)
          static int usedinProperty_type(EDirectionally_explicit_element_coefficient type, EEntity instance, ASdaiModel domain, ADirectionally_explicit_element_coefficient result)
          static EAttribute attributeCoefficient(EDirectionally_explicit_element_coefficient type)

public class ADirectionally_explicit_element_coefficient extends AEntity

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