Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


ENTITY surface_2d_substructure_element_reference;
          substructure_element_ref : substructure_element_representation;
          element_ref : surface_2d_element_representation;
END_ENTITY; -- surface_2d_substructure_element_reference

Entity data types and their attributes

surface_2d_substructure_element_reference
          substructure_element_ref: substructure_element_representation;
          element_ref: surface_2d_element_representation;

Users

surface_2d_substructure_element_reference
          surface_2d_element_field_variable_definition.element
                    surface_2d_element_output_reference

Global rules for this entity data type

          -

public interface ESurface_2d_substructure_element_reference extends EEntity

substructure_element_ref (explicit attribute)

          boolean testSubstructure_element_ref(ESurface_2d_substructure_element_reference type)
          ESubstructure_element_representation getSubstructure_element_ref(ESurface_2d_substructure_element_reference type)
          void setSubstructure_element_ref(ESurface_2d_substructure_element_reference type, ESubstructure_element_representation value)
          void unsetSubstructure_element_ref(ESurface_2d_substructure_element_reference type)

element_ref (explicit attribute)

          int testElement_ref(ESurface_2d_substructure_element_reference type)
          case 1
              EEntity getElement_ref(ESurface_2d_substructure_element_reference type)
              void setElement_ref(ESurface_2d_substructure_element_reference type, EEntity value, EEntity node1)
          void unsetElement_ref(ESurface_2d_substructure_element_reference type)

public class CSurface_2d_substructure_element_reference implements ESurface_2d_substructure_element_reference

          static EAttribute attributeSubstructure_element_ref(ESurface_2d_substructure_element_reference type)
          static int usedinSubstructure_element_ref(ESurface_2d_substructure_element_reference type, ESubstructure_element_representation instance, ASdaiModel domain, ASurface_2d_substructure_element_reference result)
          static EAttribute attributeElement_ref(ESurface_2d_substructure_element_reference type)
          static int usedinElement_ref(ESurface_2d_substructure_element_reference type, EEntity instance, ASdaiModel domain, ASurface_2d_substructure_element_reference result)

public class ASurface_2d_substructure_element_reference extends AEntity

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