Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY curve_2d_element_basis;
          descriptor : curve_2d_element_descriptor;
          variable : curve_element_variable;
END_ENTITY; -- curve_2d_element_basis

Entity data types and their attributes

curve_2d_element_basis
          descriptor: curve_2d_element_descriptor;
          variable: curve_element_variable;

Users

curve_2d_element_basis

Global rules for this entity data type

          -

public interface ECurve_2d_element_basis extends EEntity

descriptor (explicit attribute)

          int testDescriptor(ECurve_2d_element_basis type)
          case 1
              EEntity getDescriptor(ECurve_2d_element_basis type)
              void setDescriptor(ECurve_2d_element_basis type, EEntity value, EEntity node1)
          void unsetDescriptor(ECurve_2d_element_basis type)

variable (explicit attribute)

          int testVariable(ECurve_2d_element_basis type)
          case sVariableVolume_scalar_variable:
              int getVariable(ECurve_2d_element_basis type, EVolume_scalar_variable node1)
              void setVariable(ECurve_2d_element_basis type, int value, EVolume_scalar_variable node1)
          case sVariableVolume_angular_variable:
              int getVariable(ECurve_2d_element_basis type, EVolume_angular_variable node1)
              void setVariable(ECurve_2d_element_basis type, int value, EVolume_angular_variable node1)
          case sVariableVolume_vector_3d_variable:
              int getVariable(ECurve_2d_element_basis type, EVolume_vector_3d_variable node1)
              void setVariable(ECurve_2d_element_basis type, int value, EVolume_vector_3d_variable node1)
          case sVariableVolume_tensor2_3d_variable:
              int getVariable(ECurve_2d_element_basis type, EVolume_tensor2_3d_variable node1)
              void setVariable(ECurve_2d_element_basis type, int value, EVolume_tensor2_3d_variable node1)
          case sVariableApplication_defined_scalar_variable:
              String getVariable(ECurve_2d_element_basis type, EApplication_defined_scalar_variable node1)
              void setVariable(ECurve_2d_element_basis type, String value, EApplication_defined_scalar_variable node1)
          case sVariableApplication_defined_vector_3d_variable:
              String getVariable(ECurve_2d_element_basis type, EApplication_defined_vector_3d_variable node1)
              void setVariable(ECurve_2d_element_basis type, String value, EApplication_defined_vector_3d_variable node1)
          case sVariableApplication_defined_tensor2_3d_variable:
              String getVariable(ECurve_2d_element_basis type, EApplication_defined_tensor2_3d_variable node1)
              void setVariable(ECurve_2d_element_basis type, String value, EApplication_defined_tensor2_3d_variable node1)
          case sVariableCurve_scalar_variable:
              int getVariable(ECurve_2d_element_basis type, ECurve_scalar_variable node1)
              void setVariable(ECurve_2d_element_basis type, int value, ECurve_scalar_variable node1)
          case sVariableCurve_vector_2d_variable:
              int getVariable(ECurve_2d_element_basis type, ECurve_vector_2d_variable node1)
              void setVariable(ECurve_2d_element_basis type, int value, ECurve_vector_2d_variable node1)
          case sVariableApplication_defined_vector_2d_variable:
              String getVariable(ECurve_2d_element_basis type, EApplication_defined_vector_2d_variable node1)
              void setVariable(ECurve_2d_element_basis type, String value, EApplication_defined_vector_2d_variable node1)
          case sVariableCurve_vector_3d_variable:
              int getVariable(ECurve_2d_element_basis type, ECurve_vector_3d_variable node1)
              void setVariable(ECurve_2d_element_basis type, int value, ECurve_vector_3d_variable node1)
          void unsetVariable(ECurve_2d_element_basis type)

public class CCurve_2d_element_basis implements ECurve_2d_element_basis

          static EAttribute attributeDescriptor(ECurve_2d_element_basis type)
          static int usedinDescriptor(ECurve_2d_element_basis type, EEntity instance, ASdaiModel domain, ACurve_2d_element_basis result)
          static EAttribute attributeVariable(ECurve_2d_element_basis type)
          static int usedinVariable(ECurve_2d_element_basis type, EEntity instance, ASdaiModel domain, ACurve_2d_element_basis result)

public class ACurve_2d_element_basis extends AEntity

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