Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY element_material;
          material_id : identifier;
          description : text;
          properties : SET [1:?] OF material_property_representation;
END_ENTITY; -- element_material

Entity data types and their attributes

element_material
          material_id: identifier;
          description: text;
          properties: SET [1:?] OF material_property_representation;

Users

element_material
          axisymmetric_curve_2d_element_representation.material
          axisymmetric_surface_2d_element_representation.material
          axisymmetric_volume_2d_element_representation.material
          curve_3d_element_representation.material
          plane_curve_2d_element_representation.material
          plane_surface_2d_element_representation.material
          plane_volume_2d_element_representation.material
          surface_3d_element_representation.material
          volume_3d_element_representation.material

Global rules for this entity data type

          -

public interface EElement_material extends EEntity

material_id (explicit attribute)

          boolean testMaterial_id(EElement_material type)
          String getMaterial_id(EElement_material type)
          void setMaterial_id(EElement_material type, String value)
          void unsetMaterial_id(EElement_material type)

description (explicit attribute)

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

properties (explicit attribute)

          boolean testProperties(EElement_material type)
          AMaterial_property_representation getProperties(EElement_material type)
          AMaterial_property_representation createProperties(EElement_material type)
          void unsetProperties(EElement_material type)

public class CElement_material implements EElement_material

          static EAttribute attributeMaterial_id(EElement_material type)
          static EAttribute attributeDescription(EElement_material type)
          static EAttribute attributeProperties(EElement_material type)
          static int usedinProperties(EElement_material type, EMaterial_property_representation instance, ASdaiModel domain, AElement_material result)

public class AElement_material extends AEntity

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