Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


ENTITY curve_2d_substructure_element_reference;
          substructure_element_ref : substructure_element_representation;
          element_ref : curve_2d_element_representation;
END_ENTITY; -- curve_2d_substructure_element_reference

Entity data types and their attributes

curve_2d_substructure_element_reference
          substructure_element_ref: substructure_element_representation;
          element_ref: curve_2d_element_representation;

Users

curve_2d_substructure_element_reference
          curve_2d_element_field_variable_definition.element
                    curve_2d_element_output_reference

Global rules for this entity data type

          -

public interface ECurve_2d_substructure_element_reference extends EEntity

substructure_element_ref (explicit attribute)

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

element_ref (explicit attribute)

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

public class CCurve_2d_substructure_element_reference implements ECurve_2d_substructure_element_reference

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

public class ACurve_2d_substructure_element_reference extends AEntity

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