Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY fea_material_property_geometric_relationship;
          material_ref : fea_material_property_representation;
          item : analysis_item_within_representation;
WHERE
          wr1: 'GEOMETRY_SCHEMA.GEOMETRIC_REPRESENTATION_ITEM' IN TYPEOF(item.item);
END_ENTITY; -- fea_material_property_geometric_relationship

Entity data types and their attributes

fea_material_property_geometric_relationship
          material_ref: fea_material_property_representation;
          item: analysis_item_within_representation;

Users

fea_material_property_geometric_relationship

Global rules for this entity data type

          -

public interface EFea_material_property_geometric_relationship extends EEntity

material_ref (explicit attribute)

          boolean testMaterial_ref(EFea_material_property_geometric_relationship type)
          EFea_material_property_representation getMaterial_ref(EFea_material_property_geometric_relationship type)
          void setMaterial_ref(EFea_material_property_geometric_relationship type, EFea_material_property_representation value)
          void unsetMaterial_ref(EFea_material_property_geometric_relationship type)

item (explicit attribute)

          boolean testItem(EFea_material_property_geometric_relationship type)
          EAnalysis_item_within_representation getItem(EFea_material_property_geometric_relationship type)
          void setItem(EFea_material_property_geometric_relationship type, EAnalysis_item_within_representation value)
          void unsetItem(EFea_material_property_geometric_relationship type)

public class CFea_material_property_geometric_relationship implements EFea_material_property_geometric_relationship

          static EAttribute attributeMaterial_ref(EFea_material_property_geometric_relationship type)
          static int usedinMaterial_ref(EFea_material_property_geometric_relationship type, EFea_material_property_representation instance, ASdaiModel domain, AFea_material_property_geometric_relationship result)
          static EAttribute attributeItem(EFea_material_property_geometric_relationship type)
          static int usedinItem(EFea_material_property_geometric_relationship type, EAnalysis_item_within_representation instance, ASdaiModel domain, AFea_material_property_geometric_relationship result)

public class AFea_material_property_geometric_relationship extends AEntity

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