Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY fea_surface_section_geometric_relationship;
          section_ref : surface_section;
          item : analysis_item_within_representation;
WHERE
          wr1: 'GEOMETRY_SCHEMA.GEOMETRIC_REPRESENTATION_ITEM' IN TYPEOF(item.item);
END_ENTITY; -- fea_surface_section_geometric_relationship

Entity data types and their attributes

fea_surface_section_geometric_relationship
          section_ref: surface_section;
          item: analysis_item_within_representation;

Users

fea_surface_section_geometric_relationship

Global rules for this entity data type

          -

public interface EFea_surface_section_geometric_relationship extends EEntity

section_ref (explicit attribute)

          boolean testSection_ref(EFea_surface_section_geometric_relationship type)
          ESurface_section getSection_ref(EFea_surface_section_geometric_relationship type)
          void setSection_ref(EFea_surface_section_geometric_relationship type, ESurface_section value)
          void unsetSection_ref(EFea_surface_section_geometric_relationship type)

item (explicit attribute)

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

public class CFea_surface_section_geometric_relationship implements EFea_surface_section_geometric_relationship

          static EAttribute attributeSection_ref(EFea_surface_section_geometric_relationship type)
          static int usedinSection_ref(EFea_surface_section_geometric_relationship type, ESurface_section instance, ASdaiModel domain, AFea_surface_section_geometric_relationship result)
          static EAttribute attributeItem(EFea_surface_section_geometric_relationship type)
          static int usedinItem(EFea_surface_section_geometric_relationship type, EAnalysis_item_within_representation instance, ASdaiModel domain, AFea_surface_section_geometric_relationship result)

public class AFea_surface_section_geometric_relationship extends AEntity

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