Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY element_descriptor
          SUPERTYPE OF (ONEOF (volume_3d_element_descriptor, axisymmetric_volume_2d_element_descriptor, plane_volume_2d_element_descriptor, surface_3d_element_descriptor, axisymmetric_surface_2d_element_descriptor, plane_surface_2d_element_descriptor, curve_3d_element_descriptor, axisymmetric_curve_2d_element_descriptor, plane_curve_2d_element_descriptor));
          topology_order : element_order;
          description : text;
END_ENTITY; -- element_descriptor

Entity data types and their attributes

element_descriptor
          topology_order: element_order;
          description: text;

Known subtypes

          axisymmetric_curve_2d_element_descriptor (STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA)
          axisymmetric_surface_2d_element_descriptor (STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA)
          axisymmetric_volume_2d_element_descriptor (STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA)
          curve_3d_element_descriptor (STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA)
          plane_curve_2d_element_descriptor (STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA)
          plane_surface_2d_element_descriptor (STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA)
          plane_volume_2d_element_descriptor (STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA)
          surface_3d_element_descriptor (STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA)
          volume_3d_element_descriptor (STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA)

Users

element_descriptor

Global rules for this entity data type

          -

public interface EElement_descriptor extends EEntity

topology_order (explicit attribute)

          boolean testTopology_order(EElement_descriptor type)
          int getTopology_order(EElement_descriptor type)
          void setTopology_order(EElement_descriptor type, int value)
          void unsetTopology_order(EElement_descriptor type)

description (explicit attribute)

          boolean testDescription(EElement_descriptor type)
          String getDescription(EElement_descriptor type)
          void setDescription(EElement_descriptor type, String value)
          void unsetDescription(EElement_descriptor type)

public class CElement_descriptor implements EElement_descriptor

          static EAttribute attributeTopology_order(EElement_descriptor type)
          static EAttribute attributeDescription(EElement_descriptor type)

public class AElement_descriptor extends AEntity

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